diff options
author | Chris Baker <extremis@exploit.org> | 2008-03-02 06:20:12 +0000 |
---|---|---|
committer | Chris Baker <extremis@exploit.org> | 2008-03-02 06:20:12 +0000 |
commit | da5d0ffd408b3e0b128dccbbdc714617c054ebf6 (patch) | |
tree | 784c0a17eb463adf543837d4003d36cd40983e0e | |
parent | eea7a4bd1f6855d8b54373818b4f0909c77997b6 (diff) |
Updated to have the correct permissions and a more accurate make.sh installation syntax.
git-svn-id: http://svn.telesphoreo.org/trunk@137 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | data/metasploit3/framework-3.1.tar.gz | bin | 5053350 -> 5052645 bytes | |||
-rw-r--r-- | data/metasploit3/make.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/data/metasploit3/framework-3.1.tar.gz b/data/metasploit3/framework-3.1.tar.gz Binary files differindex 23d23b447..59569ff80 100644 --- a/data/metasploit3/framework-3.1.tar.gz +++ b/data/metasploit3/framework-3.1.tar.gz diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh index 40d90213f..fb06872d5 100644 --- a/data/metasploit3/make.sh +++ b/data/metasploit3/make.sh @@ -1,6 +1,6 @@ pkg:extract pkg: mkdir -p /var/local /usr/bin -pkg: cp -a framework-3.1 /var/local/msf3 +pkg: cp -a % /var/local/msf3 pkg: ln -s /var/local/msf3/msfcli /usr/bin/msfcli pkg: ln -s /var/local/msf3/msfconsole /usr/bin/msfconsole pkg: ln -s /var/local/msf3/msfd /usr/bin/msfd |