summaryrefslogtreecommitdiffstats
path: root/audio/waon
diff options
context:
space:
mode:
Diffstat (limited to 'audio/waon')
-rw-r--r--audio/waon/waon.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/waon/waon.SlackBuild b/audio/waon/waon.SlackBuild
index f2c4dfd638..ca843b64d9 100644
--- a/audio/waon/waon.SlackBuild
+++ b/audio/waon/waon.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=waon
VERSION=${VERSION:-0.10}
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}