2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

python: fix chmod

This commit is contained in:
Dylan Araps 2020-02-26 00:32:57 +02:00
parent d65896c4ee
commit d0dc7f4a04
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -22,4 +22,4 @@ ln -s python3 "$1/usr/bin/python"
ln -s pip3 "$1/usr/bin/pip" ln -s pip3 "$1/usr/bin/pip"
# Make static library writable. # Make static library writable.
chmod -v u+w "$1/usr/lib/libpython"* chmod u+w "$1/usr/lib/libpython"*