2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +00:00
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