summaryrefslogtreecommitdiffstats
path: root/system/fuse-zip/fuse-zip.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/fuse-zip/fuse-zip.SlackBuild')
-rw-r--r--system/fuse-zip/fuse-zip.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/fuse-zip/fuse-zip.SlackBuild b/system/fuse-zip/fuse-zip.SlackBuild
index ffc7a51643..41525ffa0a 100644
--- a/system/fuse-zip/fuse-zip.SlackBuild
+++ b/system/fuse-zip/fuse-zip.SlackBuild
@@ -26,6 +26,8 @@
# - get rid of /usr/share/doc.
# - simplify build commands.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=fuse-zip
VERSION=${VERSION:-0.7.2}
BUILD=${BUILD:-2}
@@ -45,7 +47,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}