summaryrefslogtreecommitdiff
path: root/data/metasploit3/make.sh
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-03-05 07:49:41 +0000
committerChris Baker <extremis@exploit.org>2008-03-05 07:49:41 +0000
commit1ab796a1132bc31e75fbec238f15b3c5f0d69899 (patch)
tree044bd62e3b18ca4847cbf93290c9ef34bcffab64 /data/metasploit3/make.sh
parent9821a2ab0e5d39302626288543d6f5c177164cfb (diff)
Updated the subversion release of Metasploit. Added a Website: tag so that Cydia may display detailed information under the "More Info" tag. Modified make.sh to remove the .svn subdirectories after untar'ing the unmodified source as checked out from metasploit's repository. make.sh was also updated to reflect the proper permissions on msfelfscan.
git-svn-id: http://svn.telesphoreo.org/trunk@154 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/metasploit3/make.sh')
-rw-r--r--data/metasploit3/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh
index 7c06a46fc..8385daf8c 100644
--- a/data/metasploit3/make.sh
+++ b/data/metasploit3/make.sh
@@ -1,7 +1,7 @@
pkg:extract
pkg: mkdir -p /usr/share /usr/bin
pkg: cp -a * /usr/share/msf3
-pkg: chmod 755 /usr/share/msf3/msfelfscan
+pkg: find / -name '.svn' -prune -exec rm -rfv {} \;
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