diff options
Diffstat (limited to 'desktop/wmbiff/wmbiff.SlackBuild')
-rw-r--r-- | desktop/wmbiff/wmbiff.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmbiff/wmbiff.SlackBuild b/desktop/wmbiff/wmbiff.SlackBuild index 91f5d78d8518b..4c8aa5d731f03 100644 --- a/desktop/wmbiff/wmbiff.SlackBuild +++ b/desktop/wmbiff/wmbiff.SlackBuild @@ -5,6 +5,8 @@ # # Modified by the SlackBuilds.org project. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wmbiff VERSION=${VERSION:-0.4.27} BUILD=${BUILD:-2} @@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |