aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
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>