diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-03-22 02:27:57 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 14:27:05 +0200 |
commit | 8dd8e4f26b533af8ec96115ff1440bef88b2e76c (patch) | |
tree | 46246fe7d8d7443c2959334f219dd88a7b5d92b3 /libraries/libass/libass.SlackBuild | |
parent | 8f3986179db510971715580d44291776c19e9b64 (diff) |
libraries/libass: Updated for version 0.9.9.
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 2b53c70e296e..1c9eb1daf08e 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 |