2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +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 \ ./configure \
--prefix=/usr \ --prefix=/usr \
--without-ensurepip \ --without-ensurepip
--help 2>&1 | less
make make
make DESTDIR="$1" install make DESTDIR="$1" install