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

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