aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter05/gcc-pass1.xml2
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 &amp;&amp;
+<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2 &amp;&amp;
mv mpfr-&mpfr-version; mpfr &amp;&amp;
tar -jxf ../gmp-&gmp-version;.tar.bz2 &amp;&amp;
mv gmp-&gmp-version; gmp</userinput></screen>