repo/extra/python/build
2019-06-27 12:10:08 +03: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"