summaryrefslogtreecommitdiffstats
path: root/network/courier-authlib/courier-authlib.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/courier-authlib/courier-authlib.SlackBuild')
-rw-r--r--network/courier-authlib/courier-authlib.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/courier-authlib/courier-authlib.SlackBuild b/network/courier-authlib/courier-authlib.SlackBuild
index a8101e506d..a424bf6ee4 100644
--- a/network/courier-authlib/courier-authlib.SlackBuild
+++ b/network/courier-authlib/courier-authlib.SlackBuild
@@ -6,6 +6,8 @@
# 2013-05-15, last updated 2019-08-26
# Released into the public domain.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=courier-authlib
VERSION=${VERSION:-0.69.1}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG="$TMP/package-$PRGNAM"
OUTPUT=${OUTPUT:-/tmp}