summaryrefslogtreecommitdiffstats
path: root/games/madbomber
diff options
context:
space:
mode:
Diffstat (limited to 'games/madbomber')
-rw-r--r--games/madbomber/madbomber.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/madbomber/madbomber.SlackBuild b/games/madbomber/madbomber.SlackBuild
index d5226671cd..c465c3bb0c 100644
--- a/games/madbomber/madbomber.SlackBuild
+++ b/games/madbomber/madbomber.SlackBuild
@@ -7,6 +7,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=madbomber
VERSION=${VERSION:-0.2.5}
BUILD=${BUILD:-2}
@@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}