python: fix package

This commit is contained in:
Dylan Araps 2019-08-30 00:31:47 +00:00
parent 5f58a94f4a
commit 7939a69d5e

View File

@ -9,3 +9,6 @@ make DESTDIR="$1" install
ln -s python3 "$1/usr/bin/python"
ln -s pip3 "$1/usr/bin/pip"
# Make static library writable.
chmod -v u+w "$1/usr/lib/libpython"*.a