summaryrefslogtreecommitdiffstats
path: root/network/prosody
diff options
context:
space:
mode:
Diffstat (limited to 'network/prosody')
-rw-r--r--network/prosody/prosody.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/prosody/prosody.SlackBuild b/network/prosody/prosody.SlackBuild
index b322a0c4b1..7989b012f1 100644
--- a/network/prosody/prosody.SlackBuild
+++ b/network/prosody/prosody.SlackBuild
@@ -24,6 +24,8 @@
#
# Maintained by Gerardo Zamudio <gerardo.zamudio@linux.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=prosody
VERSION=${VERSION:-0.11.9}
BUILD=${BUILD:-1}
@@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}