summaryrefslogtreecommitdiffstats
path: root/audio/pd_mrpeach/pd_mrpeach.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pd_mrpeach/pd_mrpeach.SlackBuild')
-rw-r--r--audio/pd_mrpeach/pd_mrpeach.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pd_mrpeach/pd_mrpeach.SlackBuild b/audio/pd_mrpeach/pd_mrpeach.SlackBuild
index 57a49e8b45..1578aa56a6 100644
--- a/audio/pd_mrpeach/pd_mrpeach.SlackBuild
+++ b/audio/pd_mrpeach/pd_mrpeach.SlackBuild
@@ -3,6 +3,8 @@
#
# Copyright 2011 Michales - clavisound - Michaloudes korgie@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pd_mrpeach
VERSION=${VERSION:-git2015.8.31}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}