diff options
Diffstat (limited to 'python/objgraph/objgraph.SlackBuild')
-rw-r--r-- | python/objgraph/objgraph.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/objgraph/objgraph.SlackBuild b/python/objgraph/objgraph.SlackBuild index 5e96846721fb2..8f25f923675b2 100644 --- a/python/objgraph/objgraph.SlackBuild +++ b/python/objgraph/objgraph.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=objgraph -VERSION=${VERSION:-3.5.0} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,8 +76,6 @@ 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 {} \; -python2 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 \ |