diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:16 +0700 |
commit | c522ba7ca594dbecbdbd408298eba1243c1be395 (patch) | |
tree | 6c018ac866d65e244ea5b1fe182f1dc245d0c3a1 /python/linecache2 | |
parent | 9dee7cf513c9da6e2f3bb4ceab6704f032210a03 (diff) | |
download | slackbuilds-c522ba7ca594dbecbdbd408298eba1243c1be395.tar.gz |
python/linecache2: 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/linecache2')
-rw-r--r-- | python/linecache2/linecache2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/linecache2/linecache2.SlackBuild b/python/linecache2/linecache2.SlackBuild index 90b67d53a5..08ad6ed234 100644 --- a/python/linecache2/linecache2.SlackBuild +++ b/python/linecache2/linecache2.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 |