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

nodejs: remove useless flag

This commit is contained in:
Dylan Araps 2019-11-18 01:03:14 +00:00
parent d3fb1e8142
commit 6d8029c1ab
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
# Python 3 support (but not > 3.5).
sed -i -e 's/(3, 5)/(3, 8)/' configure
# Python 3 support (but not for > 3.5).
sed -i 's/(3, 5)/(3, 8)/' configure
./configure \
--prefix=/usr