lfs/chapter06/findutils-inst.xml

23 lines
506 B
XML
Raw Normal View History

<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>
<blockquote><literallayout>
<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>
</literallayout></blockquote>
</sect2>