2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-26 09:35:01 -07:00

python: pls

This commit is contained in:
Dylan Araps 2019-06-27 12:10:08 +03:00
parent 8e574119b8
commit 5e754ddee7

View File

@ -1,7 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr
--prefix=/usr \
--without-ensurepip
make
make DESTDIR="$1" install