diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:09 +0700 |
commit | 45f0c36af28e803251cd3e78708fedfbdf030fa4 (patch) | |
tree | c881608886e61f558271a8f3c6dedbfca50ba49e /python/apprise | |
parent | 3e2e2f62776dd0f91e636f4cdffdf2063e6c6320 (diff) |
python/apprise: 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/apprise')
-rw-r--r-- | python/apprise/apprise.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/apprise/apprise.SlackBuild b/python/apprise/apprise.SlackBuild index fc5943a8c8be..88c546e579bc 100644 --- a/python/apprise/apprise.SlackBuild +++ b/python/apprise/apprise.SlackBuild @@ -70,7 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; export PYTHONHASHSEED=0 -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 |