瀏覽代碼

Patch conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 22 年之前
父節點
當前提交
131dd6c59b
共有 2 個文件被更改,包括 14 次插入6 次删除
  1. 12 4
      chapter06/patch-inst.xml
  2. 2 2
      chapter06/patch.xml

+ 12 - 4
chapter06/patch-inst.xml

@@ -1,12 +1,20 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
 <sect2>
 <title>Installation of Patch</title>
 
-<para>Install Patch by running the following commands:</para>
+<para>Prepare Patch to be compiled:</para>
 
 <para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE \
-&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/usr</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>Finish installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
 
 </sect2>
 

+ 2 - 2
chapter06/patch.xml

@@ -5,9 +5,9 @@
 <screen>Estimated build time:           &patch-time;
 Estimated required disk space:  &patch-compsize;</screen>
 
-&c6-patch-inst;
-&aa-patch-desc;
+&aa-patch-shortdesc;
 &aa-patch-dep;
+&c6-patch-inst;
 
 </sect1>