2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-30 19:32:30 -07:00
repo/extra/nodejs/build
2019-10-08 10:58:09 +03:00

10 lines
104 B
Bash
Executable File

#!/bin/sh -e
export PYTHON=python2
sh ./configure \
--prefix=/usr
make
make DESTDIR="$1" install