summaryrefslogtreecommitdiffstats
path: root/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/match-vamp-plugin/match-vamp-plugin.SlackBuild')
-rw-r--r--audio/match-vamp-plugin/match-vamp-plugin.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
index 4f853d4c8a..2c075f7bfc 100644
--- a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
+++ b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild
@@ -11,6 +11,8 @@
# identical code, but a different md5sum (for one thing, it's compressed
# with gzip, not bzip2), so I'm not bumping BUILD.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=match-vamp-plugin
VERSION=${VERSION:-1.0}
BUILD=${BUILD:-2}
@@ -26,7 +28,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}