summaryrefslogtreecommitdiffstats
path: root/python/guessit/guessit.SlackBuild
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-15 16:28:37 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:15 +0700
commit65f3fa2c7c090f019c0c964dc3b2386809a967bf (patch)
tree5a1aa6f0bc86efa1e07ea9b54f48cbc0e0fcf05c /python/guessit/guessit.SlackBuild
parentd7ce8fa7f75458fa6230e695637f0dfd9cec22c3 (diff)
downloadslackbuilds-65f3fa2c7c090f019c0c964dc3b2386809a967bf.tar.gz
slackbuilds-65f3fa2c7c090f019c0c964dc3b2386809a967bf.tar.xz
python/guessit: 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/guessit/guessit.SlackBuild')
-rw-r--r--python/guessit/guessit.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/guessit/guessit.SlackBuild b/python/guessit/guessit.SlackBuild
index b7fcca0942..f07d49e875 100644
--- a/python/guessit/guessit.SlackBuild
+++ b/python/guessit/guessit.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