summaryrefslogtreecommitdiffstats
path: root/audio/sooperlooper/sooperlooper.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sooperlooper/sooperlooper.SlackBuild')
-rw-r--r--audio/sooperlooper/sooperlooper.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sooperlooper/sooperlooper.SlackBuild b/audio/sooperlooper/sooperlooper.SlackBuild
index 941a286ed0..a7084a03c6 100644
--- a/audio/sooperlooper/sooperlooper.SlackBuild
+++ b/audio/sooperlooper/sooperlooper.SlackBuild
@@ -20,6 +20,8 @@
# on /usr/bin/wx-config
# - add option to build against wxGTK3
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=sooperlooper
VERSION=${VERSION:-1.7.6}
BUILD=${BUILD:-1}
@@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}