Changeset 387
- Timestamp:
- 07/25/08 02:04:29 (4 months ago)
- Files:
-
- 1 modified
-
trunk/data/metasploit3/make.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/metasploit3/make.sh
r386 r387 1 1 pkg: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 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 ../../.. 5 6 pkg: mkdir -p /usr/share /usr/bin 6 7 pkg: cp -a * /usr/share/msf3
