diff options
author | David Somero <dsomero@hotmail.com> | 2010-03-22 16:54:48 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 14:28:15 +0200 |
commit | f2e1059e11adaf069f71f250deb9b9a6bfbe56be (patch) | |
tree | 6826291a8b965b05692062eef4bafad7259589eb /system/ifuse/ifuse.SlackBuild | |
parent | 897fbe6de13a625551925a825a604d9deab0412a (diff) | |
download | slackbuilds-f2e1059e11adaf069f71f250deb9b9a6bfbe56be.tar.gz |
system/ifuse: Updated for version 0.9.7.
Diffstat (limited to 'system/ifuse/ifuse.SlackBuild')
-rw-r--r-- | system/ifuse/ifuse.SlackBuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/system/ifuse/ifuse.SlackBuild b/system/ifuse/ifuse.SlackBuild index 86b51fddd3..8aa7d787b8 100644 --- a/system/ifuse/ifuse.SlackBuild +++ b/system/ifuse/ifuse.SlackBuild @@ -27,7 +27,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ifuse -VERSION=${VERSION:-0.9.5} +VERSION=${VERSION:-0.9.7} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,12 +77,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -( cd $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 || true -) +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 \ |