aboutsummaryrefslogtreecommitdiff
path: root/python/dfvfs/dfvfs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/dfvfs/dfvfs.SlackBuild')
-rw-r--r--python/dfvfs/dfvfs.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/dfvfs/dfvfs.SlackBuild b/python/dfvfs/dfvfs.SlackBuild
index 99af035b68ab5..21a16fa8274a3 100644
--- a/python/dfvfs/dfvfs.SlackBuild
+++ b/python/dfvfs/dfvfs.SlackBuild
@@ -23,6 +23,8 @@
#
# updated for v20190128, March 2019
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=dfvfs
VERSION=${VERSION:-20190128}
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}