diff options
-rw-r--r-- | chapter05/gcc-inst.xml | 5 | ||||
-rw-r--r-- | chapter06/man-inst.xml | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index 3103036e4..b7cd0c799 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -2,10 +2,7 @@ <title>Installation of GCC</title> <para> -After the gcc-2.95.2.1 archive was unpacked, the newly created -gcc-2.95.2.1 directory is not entered. The user should stay in the -$LFS/usr/src directory. GCC is installed by -running the following commands: +GCC is installed by running the following commands: </para> <blockquote><literallayout> diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index f2f3b3b63..c23c47916 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -7,6 +7,10 @@ Install Man by running the following commands: <blockquote><literallayout> + <userinput>sed -e 's|in \(.*\$PATH\)|in `echo \1`|' + configure > tmp~ &&</userinput> + <userinput>mv tmp~ configure &&</userinput> + <userinput>chmod 755 configure &&</userinput> <userinput>./configure -default &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> @@ -19,4 +23,3 @@ Install Man by running the following commands: </literallayout></blockquote> </sect2> - |