summaryrefslogtreecommitdiff
path: root/graphics/opengtl/opengtl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/opengtl/opengtl.SlackBuild')
-rw-r--r--graphics/opengtl/opengtl.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/opengtl/opengtl.SlackBuild b/graphics/opengtl/opengtl.SlackBuild
index 8decae0e3d..532c4aa7a5 100644
--- a/graphics/opengtl/opengtl.SlackBuild
+++ b/graphics/opengtl/opengtl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for opengtl
-# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opengtl
-VERSION=0.9.14
+VERSION=0.9.15.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -82,7 +82,7 @@ cd build
make
make install DESTDIR=$PKG
-cd -
+cd ..
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true