diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:24 +0700 |
commit | ee67fbaaee6b6a6c158a5fa729eea5a75879a002 (patch) | |
tree | 4b04e9ab2088c8be50eb1c85b843968ce5c4e6ce /python/virtualenvwrapper | |
parent | 8ea0b4218bd01bd6aa7d84b4c345f7104c9c4a04 (diff) |
python/virtualenvwrapper: 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/virtualenvwrapper')
-rw-r--r-- | python/virtualenvwrapper/virtualenvwrapper.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/virtualenvwrapper/virtualenvwrapper.SlackBuild b/python/virtualenvwrapper/virtualenvwrapper.SlackBuild index 3a2b8aeda69d..f6f21d63e50f 100644 --- a/python/virtualenvwrapper/virtualenvwrapper.SlackBuild +++ b/python/virtualenvwrapper/virtualenvwrapper.SlackBuild @@ -70,7 +70,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 |