repo/testing/nodejs/build
2019-07-23 02:15:26 +03:00

10 lines
98 B
Bash
Executable File

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