repo/extra/python/build
2019-06-25 20:08:58 +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"