aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r--chapter05/fileutils-inst.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml
index 6ef386a53..1fb41f3ca 100644
--- a/chapter05/fileutils-inst.xml
+++ b/chapter05/fileutils-inst.xml
@@ -1,19 +1,14 @@
<sect2>
<title>Installation of Fileutils</title>
-<para>
-Install Fileutils by running the following commands:
-</para>
+<para>Install Fileutils by running the following commands:</para>
-<para><screen>
-<userinput>./configure --disable-nls \</userinput>
+<para><screen><userinput>./configure --disable-nls \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin &amp;&amp;</userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
-<userinput>ln -s ../../bin/install</userinput>
-</screen>
-</para>
+<userinput>ln -s ../../bin/install</userinput></screen></para>
</sect2>