From 9d6f0504c49cab3b92e38f9c9ab5b1831670d703 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Sat, 9 Oct 2010 21:40:55 +0200 Subject: audio/clementine: Updated for version 0.5 Signed-off-by: Heinz Wiesinger --- audio/clementine/clementine.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/clementine/clementine.SlackBuild') diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild index 8d13277a10..6e9e54c7df 100644 --- a/audio/clementine/clementine.SlackBuild +++ b/audio/clementine/clementine.SlackBuild @@ -25,7 +25,7 @@ # Modified by SlackBuilds.org PRGNAM=clementine -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,7 @@ for i in 16 32 64 ; do done install -m 0644 -D dist/${PRGNAM}.desktop $PKG/usr/share/applications/ -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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3