From 9d910362a5084748a059489a9f443c324433431b Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 11 May 2010 22:23:23 +0200 Subject: libraries/SDL_perl: Updated for version 1.20.0 --- libraries/SDL_perl/SDL_perl.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libraries/SDL_perl/SDL_perl.SlackBuild') diff --git a/libraries/SDL_perl/SDL_perl.SlackBuild b/libraries/SDL_perl/SDL_perl.SlackBuild index 2cf3a39e32..f8f307e5f4 100644 --- a/libraries/SDL_perl/SDL_perl.SlackBuild +++ b/libraries/SDL_perl/SDL_perl.SlackBuild @@ -11,6 +11,7 @@ VERSION=1.20.0 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -36,10 +37,10 @@ chmod -R u+w,go+r-w,a-s . CFLAGS="$SLKCFLAGS" ./configure || exit 1 make || exit 1 -make install DESTDIR=$PKG || exit 1 +make install_vendor DESTDIR=$PKG || exit 1 ( cd $PKG - find . | xargs file | grep "executable" | 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 ) -- cgit v1.2.3