diff options
author | Chris Baker <extremis@exploit.org> | 2008-07-25 02:04:29 +0000 |
---|---|---|
committer | Chris Baker <extremis@exploit.org> | 2008-07-25 02:04:29 +0000 |
commit | c7e80d9071ebcfb8b2684bfdf7b61f3784620838 (patch) | |
tree | 7577ea03bf9c617a9b91d1a4455d6be6c9ea35da /data | |
parent | 882e886c3de40c7fae084a26516f9f7cf45a6e50 (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')
-rw-r--r-- | data/metasploit3/make.sh | 7 |
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 {} \; |