blob: 8f2dba5995b95348bcbc0c46d7ac0c2243f35fdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2>
<title>Installing Findutils</title>
<para>Before Findutils is installed the findutils patch file has
to be unpacked.</para>
<para>Install Findutils by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&
./configure --prefix=/usr &&
make &&
make libexecdir=/usr/bin install</userinput></screen></para>
</sect2>
|