2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

nodejs: just use sh brother

This commit is contained in:
Dylan Araps 2019-10-08 10:58:09 +03:00
parent b6e7bec6d5
commit 11372bba2a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,9 +2,7 @@
export PYTHON=python2
chmod +x configure
./configure \
sh ./configure \
--prefix=/usr
make