aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 01:14:19 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 01:14:19 +0000
commite9e4e6909afbadd9a3e5f919de3d61fdd16605b3 (patch)
tree0c97d0b32b868d8655de5fa9877485defdf7079a /chapter06
parent966ae10ce6e7c8f6e43f4497da5b587d42b05d99 (diff)
Billy's file conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2358 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/file-inst.xml18
-rw-r--r--chapter06/file.xml4
2 files changed, 16 insertions, 6 deletions
diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml
index a985f51b6..a8e9fea6e 100644
--- a/chapter06/file-inst.xml
+++ b/chapter06/file-inst.xml
@@ -1,11 +1,21 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of File</title>
-<para>Install File by running the following commands:</para>
+<para>Prepare File to be compiled:</para>
+
+<para><screen><userinput>
+./configure --prefix=/usr --datadir=/usr/share/misc
+</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 --datadir=/usr/share/misc &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>
diff --git a/chapter06/file.xml b/chapter06/file.xml
index 974f27630..db2ada676 100644
--- a/chapter06/file.xml
+++ b/chapter06/file.xml
@@ -5,9 +5,9 @@
<screen>Estimated build time: &file-time;
Estimated required disk space: &file-compsize;</screen>
-&c6-file-inst;
-&aa-file-desc;
+&aa-file-shortdesc;
&aa-file-dep;
+&c6-file-inst;
</sect1>