mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
24 lines
505 B
XML
24 lines
505 B
XML
|
<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>
|
||
|
|