2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/nodejs/build
2020-02-19 12:36:46 +02:00

9 lines
98 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--shared-zlib
make
make DESTDIR="$1" install