2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/nodejs/build
2019-11-18 01:03:14 +00:00

11 lines
155 B
Bash
Executable File

#!/bin/sh -e
# Python 3 support (but not for > 3.5).
sed -i 's/(3, 5)/(3, 8)/' configure
./configure \
--prefix=/usr
make
make DESTDIR="$1" install