diff options
author | Arn0 <yth@ythogtha.org> | 2022-02-25 15:16:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-26 09:31:02 +0700 |
commit | 7908adffa7d3f12be6e891918e1b786eea9b3e08 (patch) | |
tree | 54ad00ea68b0eed5d4cb4f54f6c38f6c7ddd310b /python/constantly/constantly.SlackBuild | |
parent | bdcb1f57acaac3b9a6a134bde3c248d9aac90f8c (diff) |
python/constantly: also building for python3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/constantly/constantly.SlackBuild')
-rw-r--r-- | python/constantly/constantly.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/constantly/constantly.SlackBuild b/python/constantly/constantly.SlackBuild index b428860fcd526..7ca8677e0c111 100644 --- a/python/constantly/constantly.SlackBuild +++ b/python/constantly/constantly.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=constantly VERSION=${VERSION:-15.1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,6 +82,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG +python3 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 |