summaryrefslogtreecommitdiffstats
path: root/audio/qsynth/qsynth.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/qsynth/qsynth.SlackBuild')
-rw-r--r--audio/qsynth/qsynth.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/qsynth/qsynth.SlackBuild b/audio/qsynth/qsynth.SlackBuild
index 56dbbf51c5..081cb14997 100644
--- a/audio/qsynth/qsynth.SlackBuild
+++ b/audio/qsynth/qsynth.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for <qsynth>
# Written by Michales Michaloudes korgie@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=qsynth
VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
@@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}