diff options
Diffstat (limited to 'system/pucrunch/pucrunch.SlackBuild')
-rw-r--r-- | system/pucrunch/pucrunch.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/pucrunch/pucrunch.SlackBuild b/system/pucrunch/pucrunch.SlackBuild index a495eebdad84a..eb451d85d47a2 100644 --- a/system/pucrunch/pucrunch.SlackBuild +++ b/system/pucrunch/pucrunch.SlackBuild @@ -11,6 +11,8 @@ # by downloading all the individual files. The version number is the # 'Last Updated' date on the homepage. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=pucrunch VERSION=${VERSION:-20081122} BUILD=${BUILD:-1} @@ -24,7 +26,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |