diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2015-01-24 00:24:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-24 00:24:30 +0700 |
commit | 563b4a8f902b7f050d5ca557e35e5f6d8e1465f1 (patch) | |
tree | 8214636409292bfc8edf90b5c9c7e951c94b11aa /system/dar/dar.SlackBuild | |
parent | 3d95b52e6fe5de688f54f74173645b87fd889696 (diff) | |
download | slackbuilds-563b4a8f902b7f050d5ca557e35e5f6d8e1465f1.tar.gz |
system/dar: Updated for version 2.4.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dar/dar.SlackBuild')
-rw-r--r-- | system/dar/dar.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/dar/dar.SlackBuild b/system/dar/dar.SlackBuild index f7b4229ac9..a7f0af824b 100644 --- a/system/dar/dar.SlackBuild +++ b/system/dar/dar.SlackBuild @@ -3,7 +3,7 @@ # Slackware Package Build Script for Disk ARchive (DAR) # Home Page http://dar.linux.free.fr/ -# Copyright (c) 2007-2014, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2007-2015, Nishant Limbachia, Hoffman Estates, IL, USA # <nishant _AT_ mnspace _DOT_ net> # All rights reserved. # @@ -30,7 +30,7 @@ # No additional license terms added :-) PRGNAM="dar" -VERSION=${VERSION:-2.4.15} +VERSION=${VERSION:-2.4.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,7 +73,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; LDFLAGS="-L/usr/lib${LIBDIRSUFFIX} -L/lib${LIBDIRSUFFIX}" \ CFLAGS="$SLKCFLAGS" \ @@ -93,7 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +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 find $PKG/usr/man -type f -exec gzip -9 {} \; |