repo/extra/nodejs/build
2019-10-02 13:40:57 +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