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
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ 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"*
chmod u+w "$1/usr/lib/libpython"*