diff options
Diffstat (limited to 'network/metasploit/metasploit.SlackBuild')
-rw-r--r-- | network/metasploit/metasploit.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/metasploit/metasploit.SlackBuild b/network/metasploit/metasploit.SlackBuild index 896fe6f704..c52f31eea7 100644 --- a/network/metasploit/metasploit.SlackBuild +++ b/network/metasploit/metasploit.SlackBuild @@ -26,6 +26,8 @@ # If you want to build a different version from the one defined in the VERSION # variable just try to launch the script redefining this. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=metasploit VERSION=${VERSION:-4.7.0} BUILD=${BUILD:-1} @@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |