From 164c2ab420ec90d1f13a9a6c19186c34481333ee Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 26 Feb 2020 00:33:37 +0200 Subject: [PATCH] python2: fix chmod --- extra/python2/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python2/build b/extra/python2/build index 3b3866ff..f1d27f3c 100755 --- a/extra/python2/build +++ b/extra/python2/build @@ -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