repo/extra/python/build
2019-08-20 02:13:17 +00:00

12 lines
164 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--without-ensurepip \
--help 2>&1 | less
make
make DESTDIR="$1" install
ln -s python3 "$1/usr/bin/python"