diff options
author | Dave Margell <dmargell@gmail.com> | 2010-04-17 15:51:24 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:38:13 +0200 |
commit | 3bddd00c7b57a33065ba77e6d1aaf147305490ab (patch) | |
tree | af2d547df80ca7eb56f403be2b82e074857ef863 /system/halevt/halevt.SlackBuild | |
parent | 22be0785885cdbf23f9537fbc2f92f5fcd0fa77d (diff) | |
download | slackbuilds-3bddd00c7b57a33065ba77e6d1aaf147305490ab.tar.gz |
system/halevt: Updated for version 0.1.6.1.
Diffstat (limited to 'system/halevt/halevt.SlackBuild')
-rw-r--r-- | system/halevt/halevt.SlackBuild | 4 |
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 |