diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:14 +0700 |
commit | 8e7f6e63d1d8be7bf0d0ee52465da696823cadcf (patch) | |
tree | d87f0f1e23db12bf563af8b1c6de5315a122954a /python/frosted | |
parent | 4138c23e2bdbcd570e5dbd8d011827d76a92ac52 (diff) | |
download | slackbuilds-8e7f6e63d1d8be7bf0d0ee52465da696823cadcf.tar.gz |
python/frosted: 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/frosted')
-rw-r--r-- | python/frosted/frosted.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/frosted/frosted.SlackBuild b/python/frosted/frosted.SlackBuild index 9527fe3fc0..c5ad6d9364 100644 --- a/python/frosted/frosted.SlackBuild +++ b/python/frosted/frosted.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 |