summaryrefslogtreecommitdiffstats
path: root/games/doomseeker/doomseeker.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-17 19:35:50 +0200
committer Robby Workman2012-09-18 06:34:12 +0200
commit56ddd84d05f01d96b6fd92eb87e44fe7af53682e (patch)
tree55bd3a900eb5ce962a3e2f6d7825935a7bf1d8db /games/doomseeker/doomseeker.SlackBuild
parentd067a23de62b13ff77615e2f6be7d66b533a7535 (diff)
downloadslackbuilds-56ddd84d05f01d96b6fd92eb87e44fe7af53682e.tar.gz
games/doomseeker: Updated for version 0.9b.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/doomseeker/doomseeker.SlackBuild')
-rw-r--r--games/doomseeker/doomseeker.SlackBuild9
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 \) \