diff options
Diffstat (limited to 'graphics/lilypond/lilypond.SlackBuild')
-rw-r--r-- | graphics/lilypond/lilypond.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/lilypond/lilypond.SlackBuild b/graphics/lilypond/lilypond.SlackBuild index 63f86fa6a0..92e9b20a87 100644 --- a/graphics/lilypond/lilypond.SlackBuild +++ b/graphics/lilypond/lilypond.SlackBuild @@ -4,7 +4,7 @@ # Written by Kyle Guinn <elyk03@gmail.com> PRGNAM=lilypond -VERSION=${VERSION:-2.13.46} +VERSION=${VERSION:-2.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -18,7 +18,7 @@ fi CWD=$(pwd) TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM-$VERSION +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} DOCS="AUTHORS.txt COPYING* DEDICATION HACKING INSTALL.txt LICENSE* NEWS.txt README.txt ROADMAP THANKS VERSION" @@ -64,7 +64,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 {} \; |