Changeset 389 for trunk/data/metasploit3/make.sh
- Timestamp:
- 07/25/08 03:34:54 (6 months ago)
- Files:
-
- 1 modified
-
trunk/data/metasploit3/make.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/metasploit3/make.sh
r388 r389 3 3 pkg: cp -a * /usr/share/msf3 4 4 pkg: 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.c5 pkg: "${PKG_TARG}-gcc" -o /usr/share/msf3/data/templates/template_armle_darwin.bin /usr/share/msf3/data/templates/template.c 6 6 ln -s /usr/share/msf3/msfcli "${PKG_DEST}"/usr/bin/msfcli 7 7 ln -s /usr/share/msf3/msfconsole "${PKG_DEST}"/usr/bin/msfconsole
