summaryrefslogtreecommitdiff
path: root/games/monsterz/monsterz.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/monsterz/monsterz.SlackBuild')
-rw-r--r--games/monsterz/monsterz.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/games/monsterz/monsterz.SlackBuild b/games/monsterz/monsterz.SlackBuild
index 0d9bb32d87..75b0c072da 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}