summaryrefslogtreecommitdiffstats
path: root/games/pangzero/pangzero.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/pangzero/pangzero.SlackBuild')
-rw-r--r--games/pangzero/pangzero.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pangzero/pangzero.SlackBuild b/games/pangzero/pangzero.SlackBuild
index c5ce31b93f..363bc41189 100644
--- a/games/pangzero/pangzero.SlackBuild
+++ b/games/pangzero/pangzero.SlackBuild
@@ -12,6 +12,8 @@
# patches. Note that DEBREV specifies the Debian revision number (i.e. the
# last component of the name of the .debian.tar.xz file).
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pangzero
VERSION=${VERSION:-1.4.1+git20121103}
DEBREV=${DEBREV:-3}
@@ -20,7 +22,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}