summaryrefslogtreecommitdiffstats
path: root/network/ssmtp/ssmtp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/ssmtp/ssmtp.SlackBuild')
-rw-r--r--network/ssmtp/ssmtp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/ssmtp/ssmtp.SlackBuild b/network/ssmtp/ssmtp.SlackBuild
index 14957b58bb..f39e96a2ed 100644
--- a/network/ssmtp/ssmtp.SlackBuild
+++ b/network/ssmtp/ssmtp.SlackBuild
@@ -26,6 +26,8 @@
# 20200129 bkw: take over maintenance, no script changes yet.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ssmtp
VERSION=${VERSION:-2.64}
BUILD=${BUILD:-3}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}