summaryrefslogtreecommitdiffstats
path: root/python/dtfabric
diff options
context:
space:
mode:
Diffstat (limited to 'python/dtfabric')
-rw-r--r--python/dtfabric/dtfabric.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/dtfabric/dtfabric.SlackBuild b/python/dtfabric/dtfabric.SlackBuild
index 66979317d6..4dee852676 100644
--- a/python/dtfabric/dtfabric.SlackBuild
+++ b/python/dtfabric/dtfabric.SlackBuild
@@ -23,6 +23,8 @@
#
# Initial version, 20190120 March 2019
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=dtfabric
VERSION=${VERSION:-20190120}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}