diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 21:06:25 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-05 21:06:25 +0000 |
commit | a9836bc786cb1b696d627dacc18b1ee17ecf2599 (patch) | |
tree | a585f360e4481c18f7ef49e50afd98635ee850f8 | |
parent | c26ddbf2c4a06e0a046c6501ec0d53d156241e8e (diff) |
Typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 663d8576b..69cde10c9 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -47,7 +47,7 @@ not be included in your host distribution, they will be built with GCC.</para> -<screen><userinput remap="pre">tar -jxf ../mpfr/&mpfr-version;.tar.bz2 && +<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2 && mv mpfr-&mpfr-version; mpfr && tar -jxf ../gmp-&gmp-version;.tar.bz2 && mv gmp-&gmp-version; gmp</userinput></screen> |