mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-28 10:27:41 -07:00
python: fix chmod
This commit is contained in:
parent
d65896c4ee
commit
d0dc7f4a04
@ -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"*
|
||||||
|
Loading…
Reference in New Issue
Block a user