summaryrefslogtreecommitdiffstats
path: root/audio/musepack-tools/musepack-tools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/musepack-tools/musepack-tools.SlackBuild')
-rw-r--r--audio/musepack-tools/musepack-tools.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musepack-tools/musepack-tools.SlackBuild b/audio/musepack-tools/musepack-tools.SlackBuild
index 7ae78f689a..f93d02d896 100644
--- a/audio/musepack-tools/musepack-tools.SlackBuild
+++ b/audio/musepack-tools/musepack-tools.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for musepack-tools
# Written by Šime Ramov <s@ramov.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=musepack-tools
SRCNAM=musepack_src
VERSION=${VERSION:-r475}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}