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