Changeset 388

Show
Ignore:
Timestamp:
07/25/08 02:19:18 (6 months ago)
Author:
extremis
Message:

Well, cd cthat, just compile it after install.

Files:
1 modified

Legend:

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

    r387 r388  
    11pkg:extract 
    2 pkg: cd */data/templates/ 
    3 pkg: rm template_armle_darwin.bin 
    4 pkg: ${PKG_TARG}-gcc -o template_armle_darwin.bin template.c 
    5 pkg: cd ../../.. 
    62pkg: mkdir -p /usr/share /usr/bin 
    73pkg: cp -a * /usr/share/msf3 
    84pkg: 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 
    96ln -s /usr/share/msf3/msfcli "${PKG_DEST}"/usr/bin/msfcli 
    107ln -s /usr/share/msf3/msfconsole "${PKG_DEST}"/usr/bin/msfconsole