summaryrefslogtreecommitdiffstats
path: root/system/wdfs/wdfs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/wdfs/wdfs.SlackBuild')
-rw-r--r--system/wdfs/wdfs.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/wdfs/wdfs.SlackBuild b/system/wdfs/wdfs.SlackBuild
index f06898747e..341fcd4111 100644
--- a/system/wdfs/wdfs.SlackBuild
+++ b/system/wdfs/wdfs.SlackBuild
@@ -4,6 +4,8 @@
# Written by Jean-Yves Didier (jean-yves.didier@ibisc.univ-evry.fr)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=wdfs
VERSION=${VERSION:-1.4.2}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}