summaryrefslogtreecommitdiffstats
path: root/office/mairix
diff options
context:
space:
mode:
Diffstat (limited to 'office/mairix')
-rw-r--r--office/mairix/mairix.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/mairix/mairix.SlackBuild b/office/mairix/mairix.SlackBuild
index f53c6da535..3a748c3f84 100644
--- a/office/mairix/mairix.SlackBuild
+++ b/office/mairix/mairix.SlackBuild
@@ -24,6 +24,8 @@
# Written by Jostein Berntsen <jvbernts@online.no>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=mairix
VERSION=${VERSION:-0.24}
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}