From 7f26b9929fe95171f3719de3f601b696a2def263 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 4 Jul 2021 11:41:06 +0200 Subject: All: SlackBuilds run in the directory they are in Signed-off-by: Heinz Wiesinger Signed-off-by: Willy Sudiarto Raharjo --- network/strongswan/strongswan.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'network/strongswan') diff --git a/network/strongswan/strongswan.SlackBuild b/network/strongswan/strongswan.SlackBuild index bd31297aba..e758fafeef 100644 --- a/network/strongswan/strongswan.SlackBuild +++ b/network/strongswan/strongswan.SlackBuild @@ -37,6 +37,8 @@ # - added DEFAULT_CONFIG_OPTS and EXTRA_CONFIG_OPTS # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=strongswan VERSION=${VERSION:-5.9.1} BUILD=${BUILD:-1} @@ -91,7 +93,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -- cgit v1.2.3