2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06: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