diff options
Diffstat (limited to 'libraries/libass/libass.SlackBuild')
-rw-r--r-- | libraries/libass/libass.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libass/libass.SlackBuild b/libraries/libass/libass.SlackBuild index 2b53c70e29..1c9eb1daf0 100644 --- a/libraries/libass/libass.SlackBuild +++ b/libraries/libass/libass.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=libass -VERSION=${VERSION:-0.9.8} +VERSION=${VERSION:-0.9.9} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,7 +57,7 @@ make install DESTDIR=$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 + xargs strip --strip-unneeded 2> /dev/null ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |