summaryrefslogtreecommitdiffstats
path: root/network/pidgin-toobars/pidgin-toobars.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/pidgin-toobars/pidgin-toobars.SlackBuild')
-rw-r--r--network/pidgin-toobars/pidgin-toobars.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/pidgin-toobars/pidgin-toobars.SlackBuild b/network/pidgin-toobars/pidgin-toobars.SlackBuild
index 148d65da7a..f3e303150c 100644
--- a/network/pidgin-toobars/pidgin-toobars.SlackBuild
+++ b/network/pidgin-toobars/pidgin-toobars.SlackBuild
@@ -4,6 +4,8 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pidgin-toobars
VERSION=${VERSION:-1.14}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}