repo/extra/python/build

9 lines
104 B
Plaintext
Raw Normal View History

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