repo/extra/nodejs/build
2019-10-08 21:15:53 +03:00

11 lines
144 B
Bash
Executable File

#!/bin/sh -e
# Force a Python 3 build.
sed -i'' '/sys.exit(1)/d' configure
sh ./configure \
--prefix=/usr
make
make DESTDIR="$1" install