diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 19:44:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:44:39 +0200 |
commit | 1cf51a7bc8b09f5d09f4b650979f23e196f3fc4d (patch) | |
tree | 8f0766344899867c3d8f8b0562f40f9a91d226a0 /games/monsterz/monsterz.SlackBuild | |
parent | 73f382f0f242e153bd27f917ae384d84ccb452e5 (diff) |
games/monsterz: Updated for version 0.7.0
Diffstat (limited to 'games/monsterz/monsterz.SlackBuild')
-rw-r--r-- | games/monsterz/monsterz.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/monsterz/monsterz.SlackBuild b/games/monsterz/monsterz.SlackBuild index 0d9bb32d87b5c..75b0c072dad94 100644 --- a/games/monsterz/monsterz.SlackBuild +++ b/games/monsterz/monsterz.SlackBuild @@ -2,19 +2,14 @@ ## Written by hollywoodb (hollywoodb@fastmail.fm) ## Package Homepage: http://sam.zoy.org/monsterz/ - -# Verify script is being run by root user. -if [ "$(id -u)" != "0" ]; then - echo "This script must be run as root!" - exit -fi +# Modified by the SlackBuilds.org project NAME=monsterz VERSION=0.7.0 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$NAME OUTPUT=${OUTPUT:-/tmp} |