diff options
author | Chris Baker <extremis@exploit.org> | 2008-03-02 06:49:23 +0000 |
---|---|---|
committer | Chris Baker <extremis@exploit.org> | 2008-03-02 06:49:23 +0000 |
commit | bdc4f9e81323830998549bf52db3d9ac303b47c1 (patch) | |
tree | 1a755282fd6b011aaa392d063ce29f878651bbe9 | |
parent | 3e204f79fcabe7fe5c21be75db3120649b326fba (diff) |
Updated to change the permissions after install.
git-svn-id: http://svn.telesphoreo.org/trunk@140 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | data/metasploit3/framework-3.1.tar.gz | bin | 5052645 -> 5061297 bytes | |||
-rw-r--r-- | data/metasploit3/make.sh | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/data/metasploit3/framework-3.1.tar.gz b/data/metasploit3/framework-3.1.tar.gz Binary files differindex 59569ff80..57e5703d0 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 ca9734843..c695b5516 100644 --- a/data/metasploit3/make.sh +++ b/data/metasploit3/make.sh @@ -1,6 +1,7 @@ pkg:extract pkg: mkdir -p /usr/share /usr/bin pkg: cp -a * /usr/share/msf3 +pkg: chmod 755 /usr/share/msf3/msfelfscan ln -s /usr/share/msf3/msfcli "${PKG_DEST}"/usr/bin/msfcli ln -s /usr/share/msf3/msfconsole "${PKG_DEST}"/usr/bin/msfconsole ln -s /usr/share/msf3/msfd "${PKG_DEST}"/usr/bin/msfd |