Changeset 389

Show
Ignore:
Timestamp:
07/25/08 03:34:54 (6 months ago)
Author:
saurik
Message:

Fixed up extremis' metasploit file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/metasploit3/make.sh

    r388 r389  
    33pkg: cp -a * /usr/share/msf3 
    44pkg: find / -name '.svn' -prune -exec rm -rfv {} \; 
    5 ${PKG_TARG}-gcc -o /usr/share/msf3/data/templates/template_armle_darwin.bin /usr/share/msf3/data/templates/template.c 
     5pkg: "${PKG_TARG}-gcc" -o /usr/share/msf3/data/templates/template_armle_darwin.bin /usr/share/msf3/data/templates/template.c 
    66ln -s /usr/share/msf3/msfcli "${PKG_DEST}"/usr/bin/msfcli 
    77ln -s /usr/share/msf3/msfconsole "${PKG_DEST}"/usr/bin/msfconsole