summaryrefslogtreecommitdiffstats
path: root/audio/lv2-mda-metapiano
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lv2-mda-metapiano')
-rw-r--r--audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild b/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
index ed1b4f9baa..1f565b3b32 100644
--- a/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
+++ b/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=lv2-mda-metapiano
VERSION=${VERSION:-0.0.2}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}