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

python2: fix chmod

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

View File

@ -11,4 +11,4 @@ rm "$1/usr/bin/2to3"
rm "$1/usr/bin/python"
# Make static library writable.
chmod -v u+w "$1/usr/lib/libpython"*.a
chmod u+w "$1/usr/lib/libpython"*.a