summaryrefslogtreecommitdiffstats
path: root/network/purple-plugin-pack/purple-plugin-pack.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/purple-plugin-pack/purple-plugin-pack.SlackBuild')
-rw-r--r--network/purple-plugin-pack/purple-plugin-pack.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/purple-plugin-pack/purple-plugin-pack.SlackBuild b/network/purple-plugin-pack/purple-plugin-pack.SlackBuild
index f196d02a5d..77d10ae112 100644
--- a/network/purple-plugin-pack/purple-plugin-pack.SlackBuild
+++ b/network/purple-plugin-pack/purple-plugin-pack.SlackBuild
@@ -23,6 +23,8 @@
# Heavily modified by Robby Workman of the SlackBuilds.org project
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=purple-plugin-pack
VERSION=${VERSION:-2.7.0}
BUILD=${BUILD:-2}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}