diff options
Diffstat (limited to 'system/zarfy/zarfy.SlackBuild')
-rw-r--r-- | system/zarfy/zarfy.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/zarfy/zarfy.SlackBuild b/system/zarfy/zarfy.SlackBuild index bd76ffc83edb..7ed3728a9747 100644 --- a/system/zarfy/zarfy.SlackBuild +++ b/system/zarfy/zarfy.SlackBuild @@ -24,6 +24,8 @@ # Maintained by Marc Dix +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=zarfy VERSION=${VERSION:-0.1.0} BUILD=${BUILD:-3} @@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |