diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:13 +0700 |
commit | b86541a82c3b749f3002ff044076c50437131832 (patch) | |
tree | 9337278dc37ad23e3b7bab65119f0938623428ac /python/fabric | |
parent | 628cd9dc81c1adcae942a67b1fc77c5712e3eb2f (diff) |
python/fabric: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/fabric')
-rw-r--r-- | python/fabric/fabric.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fabric/fabric.SlackBuild b/python/fabric/fabric.SlackBuild index e1b69a64cffc..bd7ec0d67471 100644 --- a/python/fabric/fabric.SlackBuild +++ b/python/fabric/fabric.SlackBuild @@ -70,7 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |