Jelajahi Sumber

removed uneccary don't enter dir - message

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Balu Walter 24 tahun lalu
induk
melakukan
72d67c996e
2 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 1 4
      chapter05/gcc-inst.xml
  2. 4 1
      chapter06/man-inst.xml

+ 1 - 4
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>

+ 4 - 1
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~ &amp;&amp;</userinput>
+	<userinput>mv tmp~ configure &amp;&amp;</userinput>
+	<userinput>chmod 755 configure &amp;&amp;</userinput>
 	<userinput>./configure -default &amp;&amp;</userinput>
 	<userinput>make &amp;&amp;</userinput>
 	<userinput>make install &amp;&amp;</userinput>
@@ -19,4 +23,3 @@ Install Man by running the following commands:
 </literallayout></blockquote>
 
 </sect2>
-