summaryrefslogtreecommitdiff
path: root/data/metasploit3/make.sh
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-03-02 05:26:46 +0000
committerChris Baker <extremis@exploit.org>2008-03-02 05:26:46 +0000
commitd9a0d384af63c768c9c953d5e856ff8b3627b910 (patch)
tree886c42074c25314c5a17d773a4ce30d4ebd1e0a5 /data/metasploit3/make.sh
parent0fd4bd54e31ba5490e459c12d4cf964483db15af (diff)
Modified to check out the latest 3.1 source from svn before creating the package.
git-svn-id: http://svn.telesphoreo.org/trunk@134 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 0ed82e6fe..3c9474eac 100644
--- a/data/metasploit3/make.sh
+++ b/data/metasploit3/make.sh
@@ -1,4 +1,4 @@
-tar -zxvf "${PKG_DATA}/framework-3.1.tar.gz"
+pkg: svn co http://metasploit.com/svn/framework3/trunk/ framework-3.1
pkg: mkdir -p /var/local /usr/bin
pkg: cp -a framework-3.1 /var/local/msf3
pkg: ln -s /var/local/msf3/msfcli /usr/bin/msfcli