summaryrefslogtreecommitdiffstats
path: root/desktop/wmbiff
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmbiff')
-rw-r--r--desktop/wmbiff/wmbiff.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmbiff/wmbiff.SlackBuild b/desktop/wmbiff/wmbiff.SlackBuild
index 91f5d78d85..4c8aa5d731 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}