diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:19 +0700 |
commit | 3602e60043370876c013447f62940637a5cf2b68 (patch) | |
tree | 4165f1a80a742cb0b0c0802f52b2db889de50ed8 | |
parent | d40a646691271f964159f962118f5fc304e6565a (diff) |
python/prompt_toolkit: 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/prompt_toolkit/prompt_toolkit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/prompt_toolkit/prompt_toolkit.SlackBuild b/python/prompt_toolkit/prompt_toolkit.SlackBuild index 401ce75e7c57..8d77f6970d2d 100644 --- a/python/prompt_toolkit/prompt_toolkit.SlackBuild +++ b/python/prompt_toolkit/prompt_toolkit.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 |