浏览代码

Updates for pdf formatting

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 14 年之前
父节点
当前提交
2f4c3327ff
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 3 2
      chapter05/generalinstructions.xml
  2. 2 1
      chapter06/tar.xml

+ 3 - 2
chapter05/generalinstructions.xml

@@ -75,8 +75,9 @@
   <para>To re-emphasize the build process:</para>
 
 <screen role="nodump">
-1. Place all the sources and patches in a directory that will be accessible from the 
-   chroot envronment such as /mnt/lfs/sources/.  Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.
+1. Place all the sources and patches in a directory that will be accessible 
+   from the chroot envronment such as /mnt/lfs/sources/.  Do <emphasis>not</emphasis> put 
+   sources in /mnt/lfs/tools/.
 2. Change to the sources directory.
 3. For each package:
    a. Using the tar program, extract the package to be built.

+ 2 - 1
chapter06/tar.xml

@@ -42,7 +42,8 @@
 
     <para>Prepare Tar for compilation:</para>
 
-<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
+<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
+   --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>