summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.SlackBuild')
-rw-r--r--desktop/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.SlackBuild b/desktop/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.SlackBuild
index f7726501cb..d6abd731a8 100644
--- a/desktop/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.SlackBuild
+++ b/desktop/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin.SlackBuild
@@ -26,6 +26,8 @@
# Modified by Ján Sučan <sucan@runbox.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=xfce4-mailwatch-plugin
VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}