summaryrefslogtreecommitdiffstats
path: root/audio/pd
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pd')
-rw-r--r--audio/pd/pd.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pd/pd.SlackBuild b/audio/pd/pd.SlackBuild
index d32810edba..3ff88666ba 100644
--- a/audio/pd/pd.SlackBuild
+++ b/audio/pd/pd.SlackBuild
@@ -15,6 +15,8 @@
# - added SRCVERSION (2017)
# - correct .desktop Exec (2017)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pd
VERSION=${VERSION:-0.50_2}
SRCVERSION=$(echo $VERSION | tr _ -)
@@ -30,7 +32,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}