diff options
Diffstat (limited to 'desktop/wmtime/wmtime.SlackBuild')
-rw-r--r-- | desktop/wmtime/wmtime.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmtime/wmtime.SlackBuild b/desktop/wmtime/wmtime.SlackBuild index 10c36ca1f0472..f79265337a8f3 100644 --- a/desktop/wmtime/wmtime.SlackBuild +++ b/desktop/wmtime/wmtime.SlackBuild @@ -21,6 +21,8 @@ # - Make the language stuff work, support LANGUAGE variable # - Add Spanish, French, German language support. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wmtime VERSION=${VERSION:-1.4} BUILD=${BUILD:-1} @@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |