diff options
author | Chris Baker <extremis@exploit.org> | 2008-07-25 02:01:29 +0000 |
---|---|---|
committer | Chris Baker <extremis@exploit.org> | 2008-07-25 02:01:29 +0000 |
commit | 882e886c3de40c7fae084a26516f9f7cf45a6e50 (patch) | |
tree | 3ab566d83a0f60799d689f261894b73198ea3b75 /data | |
parent | cd4bcde79f34d4d069a4371fafc70e6357499582 (diff) |
Updated to recompile the tempate.
git-svn-id: http://svn.telesphoreo.org/trunk@386 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r-- | data/metasploit3/make.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh index 8385daf8c..dba258693 100644 --- a/data/metasploit3/make.sh +++ b/data/metasploit3/make.sh @@ -1,4 +1,7 @@ pkg:extract +pkg:cd */data/templates/ +pkg:rm template_armle_darwin.bin +pkg:${PKG_TARG}-gcc -o template_armle_darwin.bin template.c pkg: mkdir -p /usr/share /usr/bin pkg: cp -a * /usr/share/msf3 pkg: find / -name '.svn' -prune -exec rm -rfv {} \; |