diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:23 +0700 |
commit | 3d20150e4c35f996916059e9adb96f1decd1d7a6 (patch) | |
tree | 7250e44ca4e83afdd04f26f6aa9946c3251cb3d9 | |
parent | b472fb44cf66eee0fa1463acad250109dc758210 (diff) |
python/testscenarios: 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/testscenarios/testscenarios.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/testscenarios/testscenarios.SlackBuild b/python/testscenarios/testscenarios.SlackBuild index 5007cb838c2f..03c00c1d55d9 100644 --- a/python/testscenarios/testscenarios.SlackBuild +++ b/python/testscenarios/testscenarios.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 |