diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:18 +0700 |
commit | 8aa06c029fd6ca90da43b0550e37fc16f2d2f9ad (patch) | |
tree | c90338c6f966a57275aff8f2ad3e1d58d129e52b /python/pendulum/pendulum.SlackBuild | |
parent | e1a17cbe47579add09fb5864b23f08be0e5e8c79 (diff) |
python/pendulum: 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/pendulum/pendulum.SlackBuild')
-rw-r--r-- | python/pendulum/pendulum.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pendulum/pendulum.SlackBuild b/python/pendulum/pendulum.SlackBuild index 64ab26442651a..faef043666895 100644 --- a/python/pendulum/pendulum.SlackBuild +++ b/python/pendulum/pendulum.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 |