diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:16 +0700 |
commit | 928490ba63378520d07e7c2a73ff097ca4809b84 (patch) | |
tree | 8d032c6d5aa4718ef15d8dd8c9303bad58f62ede /python/mini-amf | |
parent | c522ba7ca594dbecbdbd408298eba1243c1be395 (diff) |
python/mini-amf: 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/mini-amf')
-rw-r--r-- | python/mini-amf/mini-amf.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mini-amf/mini-amf.SlackBuild b/python/mini-amf/mini-amf.SlackBuild index 32338a1193f7..ced046b77e8d 100644 --- a/python/mini-amf/mini-amf.SlackBuild +++ b/python/mini-amf/mini-amf.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 |