aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/findutils-inst.xml')
-rw-r--r--chapter06/findutils-inst.xml17
1 files changed, 5 insertions, 12 deletions
diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml
index 167930c3a..ea032aa63 100644
--- a/chapter06/findutils-inst.xml
+++ b/chapter06/findutils-inst.xml
@@ -1,22 +1,15 @@
<sect2>
<title>Installing Findutils</title>
-<para>
-Before Findutils is installed the findutils patch file has to be unpacked.
-</para>
+<para>Before Findutils is installed the findutils patch file has
+to be unpacked.</para>
-<para>
-Install Findutils by running the following commands:
-</para>
+<para>Install Findutils by running the following commands:</para>
-<para>
-<screen>
-<userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;</userinput>
+<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;</userinput>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
-<userinput>make libexecdir=/usr/bin install</userinput>
-</screen>
-</para>
+<userinput>make libexecdir=/usr/bin install</userinput></screen></para>
</sect2>