summaryrefslogtreecommitdiffstats
path: root/python/veryprettytable/veryprettytable.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/veryprettytable/veryprettytable.SlackBuild')
-rw-r--r--python/veryprettytable/veryprettytable.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/veryprettytable/veryprettytable.SlackBuild b/python/veryprettytable/veryprettytable.SlackBuild
index a3e8aecaae..82c857bb1f 100644
--- a/python/veryprettytable/veryprettytable.SlackBuild
+++ b/python/veryprettytable/veryprettytable.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for veryprettytable
-# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2017-2023 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=veryprettytable
VERSION=${VERSION:-0.8.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +79,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 \