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

python: fix build

This commit is contained in:
Dylan Araps 2019-08-20 02:17:24 +00:00
parent b2af02d7fe
commit 579c294762

View File

@ -2,8 +2,7 @@
./configure \
--prefix=/usr \
--without-ensurepip \
--help 2>&1 | less
--without-ensurepip
make
make DESTDIR="$1" install