diff options
Diffstat (limited to 'games/pcgen/pcgen.SlackBuild')
-rw-r--r-- | games/pcgen/pcgen.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pcgen/pcgen.SlackBuild b/games/pcgen/pcgen.SlackBuild index 4e46a663a4ce..eafe288ec492 100644 --- a/games/pcgen/pcgen.SlackBuild +++ b/games/pcgen/pcgen.SlackBuild @@ -8,6 +8,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=pcgen VERSION=${VERSION:-"6.06.01"} BUILD=${BUILD:-1} @@ -15,7 +17,6 @@ TAG=${TAG:-_SBo} ARCH="noarch" -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |