diff options
Diffstat (limited to 'games/pangzero/pangzero.SlackBuild')
-rw-r--r-- | games/pangzero/pangzero.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pangzero/pangzero.SlackBuild b/games/pangzero/pangzero.SlackBuild index c5ce31b93f6ac..363bc41189f38 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} |