diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:39 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:16 +0700 |
commit | 1b662c44c86a7a0c45c99bfc31a259a488deacec (patch) | |
tree | b2151911ac232f58ad45ebe21eb772912d113529 | |
parent | 2dcd558cc13ee7ac331bd05cd01405023feb3b2f (diff) |
python/jaraco.classes: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/jaraco.classes/jaraco.classes.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/jaraco.classes/jaraco.classes.SlackBuild b/python/jaraco.classes/jaraco.classes.SlackBuild index 8fd017563e60..897bafe230e7 100644 --- a/python/jaraco.classes/jaraco.classes.SlackBuild +++ b/python/jaraco.classes/jaraco.classes.SlackBuild @@ -69,7 +69,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 |