From c4b7ef0f62f4dfac6522c058bc6e6b968002ecbb Mon Sep 17 00:00:00 2001 From: Grigorios Bouzakis Date: Wed, 12 May 2010 17:37:20 +0200 Subject: audio/rubyripper: Updated for version 0.5.5 --- audio/rubyripper/rubyripper.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'audio/rubyripper/rubyripper.SlackBuild') diff --git a/audio/rubyripper/rubyripper.SlackBuild b/audio/rubyripper/rubyripper.SlackBuild index be19d8a7dd..913675481f 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 -- cgit v1.2.3