diff options
Diffstat (limited to 'network/torsocks')
-rw-r--r-- | network/torsocks/torsocks.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/torsocks/torsocks.SlackBuild b/network/torsocks/torsocks.SlackBuild index dc433355f25a3..5809eed4e56f9 100644 --- a/network/torsocks/torsocks.SlackBuild +++ b/network/torsocks/torsocks.SlackBuild @@ -4,6 +4,8 @@ # Written by Vincent Batts, vbatts@hashbangbash.com +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=torsocks VERSION=${VERSION:-2.3.0} 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} |