diff options
Diffstat (limited to 'office/task/task.SlackBuild')
-rw-r--r-- | office/task/task.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/task/task.SlackBuild b/office/task/task.SlackBuild index 6fa6a1d57e..1c9e8ed6eb 100644 --- a/office/task/task.SlackBuild +++ b/office/task/task.SlackBuild @@ -24,6 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=task VERSION=${VERSION:-2.5.3} BUILD=${BUILD:-1} @@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |