repo/testing/nodejs/build
2019-07-23 10:47:08 +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