summaryrefslogtreecommitdiffstats
path: root/development/diffuse
diff options
context:
space:
mode:
Diffstat (limited to 'development/diffuse')
-rw-r--r--development/diffuse/diffuse.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/diffuse/diffuse.SlackBuild b/development/diffuse/diffuse.SlackBuild
index 5c0a229dcb..7853864369 100644
--- a/development/diffuse/diffuse.SlackBuild
+++ b/development/diffuse/diffuse.SlackBuild
@@ -5,6 +5,8 @@
# Written by Andrey Maraev <andrew.maraev60@yandex.ru>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=diffuse
VERSION=${VERSION:-0.4.8}
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}