forked from kiss-community/repo
python: fix package
This commit is contained in:
parent
5f58a94f4a
commit
7939a69d5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user