diff options
Diffstat (limited to 'games/doomseeker/doomseeker.SlackBuild')
-rw-r--r-- | games/doomseeker/doomseeker.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/doomseeker/doomseeker.SlackBuild b/games/doomseeker/doomseeker.SlackBuild index 7485ef4f48..03fefb04b8 100644 --- a/games/doomseeker/doomseeker.SlackBuild +++ b/games/doomseeker/doomseeker.SlackBuild @@ -5,7 +5,7 @@ # Written by B. Watson (yalhcru@gmail.com) PRGNAM=doomseeker -VERSION=${VERSION:-0.7b} +VERSION=${VERSION:-0.9b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -38,15 +38,12 @@ fi set -e -# Top-level dir in tarball doesn't match tarball filename -TARDIR=${PRGNAM}-2010_src - rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $TARDIR +rm -rf $PRGNAM-${VERSION}_src tar xvf $CWD/$PRGNAM-${VERSION}_src.tar.bz2 -cd $TARDIR +cd $PRGNAM-${VERSION}_src chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |