2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00
repo/extra/python/build

9 lines
104 B
Plaintext
Raw Normal View History

2019-06-25 09:24:27 -06:00
#!/bin/sh -e
./configure \
2019-06-25 10:19:34 -06:00
--prefix=/usr \
--without-ensurepip
2019-06-25 09:24:27 -06:00
make
make DESTDIR="$1" install