diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-17 19:35:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-17 23:34:12 -0500 |
commit | 56ddd84d05f01d96b6fd92eb87e44fe7af53682e (patch) | |
tree | 55bd3a900eb5ce962a3e2f6d7825935a7bf1d8db /games/doomseeker/doomseeker.SlackBuild | |
parent | d067a23de62b13ff77615e2f6be7d66b533a7535 (diff) |
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.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/doomseeker/doomseeker.SlackBuild b/games/doomseeker/doomseeker.SlackBuild index 7485ef4f4841..03fefb04b8eb 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 \) \ |