summaryrefslogtreecommitdiffstats
path: root/audio/muse/muse.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/muse/muse.SlackBuild')
-rw-r--r--audio/muse/muse.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/muse/muse.SlackBuild b/audio/muse/muse.SlackBuild
index f812b3d78a..09317190f1 100644
--- a/audio/muse/muse.SlackBuild
+++ b/audio/muse/muse.SlackBuild
@@ -9,6 +9,8 @@
# - don't install docs in /usr/share/doc
# - add realtime capability support
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=muse
VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
@@ -22,7 +24,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}