diff options
Diffstat (limited to 'games/pasang-emas/pasang-emas.SlackBuild')
-rw-r--r-- | games/pasang-emas/pasang-emas.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/pasang-emas/pasang-emas.SlackBuild b/games/pasang-emas/pasang-emas.SlackBuild index a1d59d9f5a..128abe89d6 100644 --- a/games/pasang-emas/pasang-emas.SlackBuild +++ b/games/pasang-emas/pasang-emas.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=pasang-emas -VERSION=3.0.0 +VERSION=3.1.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,6 +46,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-themes-1.0.tar.bz2 tar xvf $CWD/pet-marble.tar.bz2 +tar xvf $CWD/pet-fragrance.tar.bz2 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -74,6 +75,7 @@ cd $PRGNAM-themes-1.0 cd .. cp -ar marble $PKG/usr/share/$PRGNAM/themes +cp -ar fragrance $PKG/usr/share/$PRGNAM/themes find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |