aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils-inst.xml
blob: 856a0d84ed6fd78accd446a04338385dada67fd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<sect2>
<title>Installing Findutils</title>

<para>Before Findutils is installed the findutils patch file has 
to be unpacked.  This patch is to fix some compliation errors by
avoiding a variable conflict and changing some bad syntax.</para>

<para>Install Findutils by running the following commands:</para>

<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>

</sect2>