summaryrefslogtreecommitdiffstats
path: root/office/taskd
diff options
context:
space:
mode:
Diffstat (limited to 'office/taskd')
-rw-r--r--office/taskd/taskd.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/taskd/taskd.SlackBuild b/office/taskd/taskd.SlackBuild
index db84701c7e..b2bba77c4c 100644
--- a/office/taskd/taskd.SlackBuild
+++ b/office/taskd/taskd.SlackBuild
@@ -46,6 +46,8 @@
#
################################################################
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=taskd
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
@@ -59,7 +61,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}