diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-12 17:41:21 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-12 17:41:21 +0200 |
commit | 660a2fa8831fcef1cd78241ff33485b2f431ddcd (patch) | |
tree | f92dac9aaada0fd75f47aa92320efac466b7552a /libraries/libisofs/libisofs.SlackBuild | |
parent | 633a798584e63186345f8d40fcc14c85e1090a8e (diff) | |
download | slackbuilds-660a2fa8831fcef1cd78241ff33485b2f431ddcd.tar.gz |
libraries/libisofs: Updated for version 0.6.12
Diffstat (limited to 'libraries/libisofs/libisofs.SlackBuild')
-rw-r--r-- | libraries/libisofs/libisofs.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/libisofs/libisofs.SlackBuild b/libraries/libisofs/libisofs.SlackBuild index e922c4deeb..528d4d7626 100644 --- a/libraries/libisofs/libisofs.SlackBuild +++ b/libraries/libisofs/libisofs.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libisofs -VERSION=0.6.10 +VERSION=0.6.12 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,10 +63,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -( cd $PKG - find . | xargs file | grep -e "executable" -e "shared object" | grep ELF | \ - cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING COPYRIGHT ChangeLog INSTALL NEWS README TODO \ |