diff options
Diffstat (limited to 'office/taskd/taskd.SlackBuild')
-rw-r--r-- | office/taskd/taskd.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/taskd/taskd.SlackBuild b/office/taskd/taskd.SlackBuild index db84701c7e68..b2bba77c4cd6 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} |