summaryrefslogtreecommitdiffstats
path: root/audio/jkmeter/jkmeter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/jkmeter/jkmeter.SlackBuild')
-rw-r--r--audio/jkmeter/jkmeter.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/jkmeter/jkmeter.SlackBuild b/audio/jkmeter/jkmeter.SlackBuild
index 8e52d768b4..7cbdc5dc50 100644
--- a/audio/jkmeter/jkmeter.SlackBuild
+++ b/audio/jkmeter/jkmeter.SlackBuild
@@ -8,6 +8,8 @@
# 20201104 bkw: updated for 0.8.0.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=jkmeter
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
@@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}