summaryrefslogtreecommitdiffstats
path: root/system/fuse-zip
diff options
context:
space:
mode:
author B. Watson2023-02-14 06:29:01 +0100
committer Willy Sudiarto Raharjo2023-02-18 04:06:57 +0100
commit8ba3e76b7bd2e62b95a05c387c151c7b68827914 (patch)
treec6fdfa1565f98cfa78770731f233baaebc017b15 /system/fuse-zip
parentce2026eee361c795f09b64de30f3eac626376ad3 (diff)
downloadslackbuilds-8ba3e76b7bd2e62b95a05c387c151c7b68827914.tar.gz
system/fuse-zip: Align to 15.0 template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fuse-zip')
-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}