diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:12 +0700 |
commit | 98b9720cdff324486cef99449bd2d97e479821c2 (patch) | |
tree | e417acc4370070369a9bd2ec09aa55c7c31179e6 /python/cov-core | |
parent | 637c4fff5512f050f6f852b9c29d2a76c3bccabf (diff) |
python/cov-core: 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/cov-core')
-rw-r--r-- | python/cov-core/cov-core.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cov-core/cov-core.SlackBuild b/python/cov-core/cov-core.SlackBuild index 7cc788b97875..3bf77a8b8fbf 100644 --- a/python/cov-core/cov-core.SlackBuild +++ b/python/cov-core/cov-core.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 |