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