2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-13 08:10:12 +00:00
repo/extra/nodejs/build
2019-10-08 17:35:52 +03:00

11 lines
148 B
Bash
Executable File

#!/bin/sh -e
# Force a Python 3 build.
sed -i'' 's/\(2, 7\)/(3, 7)/' configure
sh ./configure \
--prefix=/usr
make
make DESTDIR="$1" install