diff options
Diffstat (limited to 'system/hntool')
-rw-r--r-- | system/hntool/hntool.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/hntool/hntool.SlackBuild b/system/hntool/hntool.SlackBuild index e53a7728d5..a491c8cd06 100644 --- a/system/hntool/hntool.SlackBuild +++ b/system/hntool/hntool.SlackBuild @@ -4,6 +4,8 @@ # Written by Diogo Leal <diogo@diogoleal.com> # Maintained by Binh Nguyen <binhvng@gmail.com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=hntool VERSION=${VERSION:-0.1.2} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |