summaryrefslogtreecommitdiff
path: root/system/halevt/halevt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/halevt/halevt.SlackBuild')
-rw-r--r--system/halevt/halevt.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/halevt/halevt.SlackBuild b/system/halevt/halevt.SlackBuild
index 3d4c8cb5db..a2fac0efa9 100644
--- a/system/halevt/halevt.SlackBuild
+++ b/system/halevt/halevt.SlackBuild
@@ -5,7 +5,7 @@
# Written by Dave Margell (dmargell@gmail.com)
PRGNAM=halevt
-VERSION=${VERSION:-0.1.5}
+VERSION=${VERSION:-0.1.6.1}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ make install DESTDIR=$PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
+ xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man