aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 04:06:13 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 04:06:13 +0000
commit48d671c56622b3d184495a8f878af5505fb4ee90 (patch)
tree2740cac739550bb4e28d02207efd86b91c14a8b8
parentc78044ef8da2048953f49814724a4427d2df588f (diff)
Billy's diffutils conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/diffutils-inst.xml17
-rw-r--r--chapter06/diffutils.xml4
2 files changed, 15 insertions, 6 deletions
diff --git a/chapter06/diffutils-inst.xml b/chapter06/diffutils-inst.xml
index 67f279bd9..c221e911c 100644
--- a/chapter06/diffutils-inst.xml
+++ b/chapter06/diffutils-inst.xml
@@ -1,11 +1,20 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of Diffutils</title>
-<para>Install Diffutils by running the following commands:</para>
+<para>Prepare Diffutils to be compiled:</para>
+
+<para><screen><userinput>
+./configure --prefix=/usr</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
-<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>
diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml
index 406830817..57c834a41 100644
--- a/chapter06/diffutils.xml
+++ b/chapter06/diffutils.xml
@@ -5,8 +5,8 @@
<screen>Estimated build time: &diffutils-time;
Estimated required disk space: &diffutils-compsize;</screen>
-&c6-diffutils-inst;
-&aa-diffutils-desc;
+&aa-diffutils-shortdesc;
&aa-diffutils-dep;
+&c6-diffutils-inst;
</sect1>