aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 03:55:35 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 03:55:35 +0000
commit131dd6c59b6100100bdd09aaf9e3463834f65fc2 (patch)
tree150be19b1dd6b6d914ce78378076671f30bbc208 /chapter06
parent18e6f6448194e5d9842c89d87006a669f49b5a7e (diff)
Patch conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/patch-inst.xml16
-rw-r--r--chapter06/patch.xml4
2 files changed, 14 insertions, 6 deletions
diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml
index 69fa3d24d..cbd59252e 100644
--- a/chapter06/patch-inst.xml
+++ b/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>
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index cf54611db..442ad0e46 100644
--- a/chapter06/patch.xml
+++ b/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>