diff options
Diffstat (limited to 'system/lxtask')
-rw-r--r-- | system/lxtask/lxtask.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index 7ee7292155..844c9d2455 100644 --- a/system/lxtask/lxtask.SlackBuild +++ b/system/lxtask/lxtask.SlackBuild @@ -60,6 +60,8 @@ # # ----------------------------------------------------------------------------- +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=lxtask VERSION=${VERSION:-0.1.10} BUILD=${BUILD:-1} @@ -75,7 +77,6 @@ fi DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |