From d0dc7f4a04f33b3153acf6cc86ccba37025cc22e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 26 Feb 2020 00:32:57 +0200 Subject: [PATCH] python: fix chmod --- extra/python/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python/build b/extra/python/build index c7f275df..7ced09e1 100755 --- a/extra/python/build +++ b/extra/python/build @@ -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"*