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

11 lines
139 B
Bash
Executable File

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