2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/nodejs/build
2019-08-04 12:55:46 +03:00

12 lines
121 B
Bash
Executable File

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