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 10:58:09 +03:00

10 lines
104 B
Bash
Executable File

#!/bin/sh -e
export PYTHON=python2
sh ./configure \
--prefix=/usr
make
make DESTDIR="$1" install