diff options
Diffstat (limited to 'network/httptunnel/httptunnel.SlackBuild')
-rw-r--r-- | network/httptunnel/httptunnel.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/httptunnel/httptunnel.SlackBuild b/network/httptunnel/httptunnel.SlackBuild index 320d2f77d7..56fac4cce1 100644 --- a/network/httptunnel/httptunnel.SlackBuild +++ b/network/httptunnel/httptunnel.SlackBuild @@ -4,6 +4,8 @@ # Written by (sombriks) (sombriks at gmail dot com) +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=httptunnel VERSION=${VERSION:-3.0.5} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |