summaryrefslogtreecommitdiffstats
path: root/games/warzone2100/warzone2100.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/warzone2100/warzone2100.SlackBuild')
-rw-r--r--games/warzone2100/warzone2100.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/warzone2100/warzone2100.SlackBuild b/games/warzone2100/warzone2100.SlackBuild
index 98ce113cdc..cf4fd6e1b3 100644
--- a/games/warzone2100/warzone2100.SlackBuild
+++ b/games/warzone2100/warzone2100.SlackBuild
@@ -31,6 +31,8 @@
# - got rid of unneeded template code (no perllocal.pod gets installed)
# - move binary to /usr/games (since it has a section 6 man page)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=warzone2100
VERSION=${VERSION:-4.0.1}
BUILD=${BUILD:-1}
@@ -44,7 +46,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}