diff options
author | Grigorios Bouzakis <grbzks@gmail.com> | 2010-05-12 17:37:20 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:37:20 +0200 |
commit | c4b7ef0f62f4dfac6522c058bc6e6b968002ecbb (patch) | |
tree | fa6b5ecc808b1b18aed31d8d6bc8de869149dd0c /audio/rubyripper/rubyripper.SlackBuild | |
parent | 31bdc14629d47d7fa5b23e38271119e5e3a5537e (diff) |
audio/rubyripper: Updated for version 0.5.5
Diffstat (limited to 'audio/rubyripper/rubyripper.SlackBuild')
-rw-r--r-- | audio/rubyripper/rubyripper.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/rubyripper/rubyripper.SlackBuild b/audio/rubyripper/rubyripper.SlackBuild index be19d8a7dd69..913675481f81 100644 --- a/audio/rubyripper/rubyripper.SlackBuild +++ b/audio/rubyripper/rubyripper.SlackBuild @@ -4,7 +4,7 @@ # Written by Grigorios Bouzakis (grbzks@gmail.com) PRGNAM=rubyripper -VERSION=${VERSION:-0.5.4} +VERSION=${VERSION:-0.5.5} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,8 +49,10 @@ 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 + 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 ) ( cd $PKG/usr/man |