diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-04 00:20:25 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-04 00:20:25 (EST) |
commit | f37b017b102ac366d85881827b5c0f194d9d793b (patch) | |
tree | b33d5327b0b79ed001b92aba8738db01d14033b3 | |
parent | 30fd24ebf3d75dfbb541e5e5381eda303f45fbcb (diff) |
Fix a misplaced line.
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt index 53e886d..23b9986 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -36,8 +36,8 @@ Download all of the necessary source archives and branches. $ wget http://www.mpfr.org/mpfr-current/mpfr-3.1.0.tar.bz2 $ wget http://www.multiprecision.org/mpc/download/mpc-0.9.tar.gz $ wget http://bugseng.com/products/ppl/download/ftp/releases/0.11.2/\ - $ wget http://www.bastoul.net/cloog/pages/download/cloog-parma-0.16.1.tar.gz > ppl-0.11.2.tar.bz2 + $ wget http://www.bastoul.net/cloog/pages/download/cloog-parma-0.16.1.tar.gz $ for file in *.tar.bz2; do tar -xjf ${file}; done $ for file in *.tar.gz; do tar -xzf ${file}; done $ cd .. |