repo/extra/python/build

11 lines
139 B
Plaintext
Raw Normal View History

2019-06-25 15:24:27 +00:00
#!/bin/sh -e
./configure \
2019-06-27 09:10:08 +00:00
--prefix=/usr \
2019-08-20 02:17:24 +00:00
--without-ensurepip
2019-06-25 15:24:27 +00:00
make
make DESTDIR="$1" install
2019-06-25 17:08:58 +00:00
ln -s python3 "$1/usr/bin/python"