blob: 860c0d5b1c928aff5f86f9afe8d552ee10265f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<sect2>
<title>Installing Findutils</title>
<para>
Before you install Findutils you have to unpack the findutils patch
file.
</para>
<para>
Install Findutils by running the following commands:
</para>
<blockquote><literallayout>
<userinput>patch -Np1 -i ../findutils-4.1.patch &&</userinput>
<userinput>./configure --prefix=/usr &&</userinput>
<userinput>make &&</userinput>
<userinput>make libexecdir=/usr/bin install</userinput>
</literallayout></blockquote>
</sect2>
|