summaryrefslogtreecommitdiffstats
path: root/network/vpnc/vpnc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/vpnc/vpnc.SlackBuild')
-rw-r--r--network/vpnc/vpnc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/vpnc/vpnc.SlackBuild b/network/vpnc/vpnc.SlackBuild
index 6de7e2639d..6b69c79b24 100644
--- a/network/vpnc/vpnc.SlackBuild
+++ b/network/vpnc/vpnc.SlackBuild
@@ -34,6 +34,8 @@
# Modified by the SlackBuilds.org Project.
# sources are from http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-nortel
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=vpnc
VERSION=${VERSION:-r550}
BUILD=${BUILD:-3}
@@ -47,7 +49,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}