2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/extra/nodejs/build
2019-10-23 11:14:44 +03:00

14 lines
236 B
Bash
Executable File

#!/bin/sh -e
# Python 3 support (but not > 3.5).
sed -i -e 's/(3, 5)/(3, 8)/' configure
# Fix broken npm.
sed -i -e "s/: '10/: '13/g" deps/npm/lib/utils/unsupported.js
./configure \
--prefix=/usr
make
make DESTDIR="$1" install