summaryrefslogtreecommitdiffstats
path: root/system/burp
diff options
context:
space:
mode:
Diffstat (limited to 'system/burp')
-rw-r--r--system/burp/burp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/burp/burp.SlackBuild b/system/burp/burp.SlackBuild
index 9327ffc239..1583679b24 100644
--- a/system/burp/burp.SlackBuild
+++ b/system/burp/burp.SlackBuild
@@ -25,6 +25,8 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=burp
VERSION=${VERSION:-2.1.32}
BUILD=${BUILD:-1}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}