summaryrefslogtreecommitdiff
path: root/data/metasploit3/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/metasploit3/make.sh')
-rw-r--r--data/metasploit3/make.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh
index dba258693..5bc901bcd 100644
--- a/data/metasploit3/make.sh
+++ b/data/metasploit3/make.sh
@@ -1,7 +1,8 @@
pkg:extract
-pkg:cd */data/templates/
-pkg:rm template_armle_darwin.bin
-pkg:${PKG_TARG}-gcc -o template_armle_darwin.bin template.c
+pkg: cd */data/templates/
+pkg: rm template_armle_darwin.bin
+pkg: ${PKG_TARG}-gcc -o template_armle_darwin.bin template.c
+pkg: cd ../../..
pkg: mkdir -p /usr/share /usr/bin
pkg: cp -a * /usr/share/msf3
pkg: find / -name '.svn' -prune -exec rm -rfv {} \;