summaryrefslogtreecommitdiffstats
path: root/audio/whysynth/whysynth.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/whysynth/whysynth.SlackBuild')
-rw-r--r--audio/whysynth/whysynth.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/whysynth/whysynth.SlackBuild b/audio/whysynth/whysynth.SlackBuild
index caa85980ad..20380a79cf 100644
--- a/audio/whysynth/whysynth.SlackBuild
+++ b/audio/whysynth/whysynth.SlackBuild
@@ -4,6 +4,8 @@
# Written by klaatu klaatu@nospam.member.fsf.org
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=whysynth
VERSION=${VERSION:-20100922}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}