summaryrefslogtreecommitdiffstats
path: root/graphics/trimage/trimage.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/trimage/trimage.SlackBuild')
-rw-r--r--graphics/trimage/trimage.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/trimage/trimage.SlackBuild b/graphics/trimage/trimage.SlackBuild
index d9b60e8122..2014aed4cd 100644
--- a/graphics/trimage/trimage.SlackBuild
+++ b/graphics/trimage/trimage.SlackBuild
@@ -23,7 +23,7 @@
PRGNAM=trimage
SRCNAM=Trimage
-VERSION=${VERSION:-1.0.5}
+VERSION=${VERSION:-1.0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,7 +57,7 @@ find -L . \
sed -i -e 's:share/man:man:' setup.py
-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