diff options
Diffstat (limited to 'office/when/when.SlackBuild')
-rw-r--r-- | office/when/when.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/when/when.SlackBuild b/office/when/when.SlackBuild index 13b812346235c..9692be10e31c6 100644 --- a/office/when/when.SlackBuild +++ b/office/when/when.SlackBuild @@ -24,6 +24,8 @@ # Modified by slackbuilds.org +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=when VERSION=${VERSION:-1.1.40} 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} |