summaryrefslogtreecommitdiffstats
path: root/libraries/zita-convolver/zita-convolver.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/zita-convolver/zita-convolver.SlackBuild')
-rw-r--r--libraries/zita-convolver/zita-convolver.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/zita-convolver/zita-convolver.SlackBuild b/libraries/zita-convolver/zita-convolver.SlackBuild
index 2df43bdf18..2b5a8e62ed 100644
--- a/libraries/zita-convolver/zita-convolver.SlackBuild
+++ b/libraries/zita-convolver/zita-convolver.SlackBuild
@@ -14,6 +14,8 @@
# Note to self: finish and upload SlackBuild for jconvolver, that was
# the original purpose for adding zita-convolver to the repo...
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=zita-convolver
VERSION=${VERSION:-4.0.3}
BUILD=${BUILD:-1}
@@ -27,7 +29,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}