diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:22 +0700 |
commit | a69a8810ba30514e754b0bf3e8e057cb15c4c9dc (patch) | |
tree | 4489672a85c5e6c5c828073206afbee99bb53608 | |
parent | fb4cd53b74dbe3eee1334dd6c05bd8ce532cdab0 (diff) |
python/stevedore: 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/stevedore/stevedore.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/stevedore/stevedore.SlackBuild b/python/stevedore/stevedore.SlackBuild index 191a3a29e796..8e1423539034 100644 --- a/python/stevedore/stevedore.SlackBuild +++ b/python/stevedore/stevedore.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 |