diff options
Diffstat (limited to 'desktop/wmtimer/wmtimer.SlackBuild')
-rw-r--r-- | desktop/wmtimer/wmtimer.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmtimer/wmtimer.SlackBuild b/desktop/wmtimer/wmtimer.SlackBuild index c5f196ba9f3f..5da57e33ee40 100644 --- a/desktop/wmtimer/wmtimer.SlackBuild +++ b/desktop/wmtimer/wmtimer.SlackBuild @@ -32,6 +32,8 @@ # - fix literal string == compares (need to be strcmp()) # - install binary stripped +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wmtimer VERSION=${VERSION:-2.92} BUILD=${BUILD:-2} @@ -45,7 +47,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |