summaryrefslogtreecommitdiff
path: root/data/metasploit3
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-07-25 02:04:29 +0000
committerChris Baker <extremis@exploit.org>2008-07-25 02:04:29 +0000
commitc7e80d9071ebcfb8b2684bfdf7b61f3784620838 (patch)
tree7577ea03bf9c617a9b91d1a4455d6be6c9ea35da /data/metasploit3
parent882e886c3de40c7fae084a26516f9f7cf45a6e50 (diff)
cd'd back to the right dir.
git-svn-id: http://svn.telesphoreo.org/trunk@387 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/metasploit3')
-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 {} \;