findutils-inst.xml 577 B

12345678910111213141516
  1. <sect2>
  2. <title>Installing Findutils</title>
  3. <para>Before Findutils is installed the findutils patch file has
  4. to be unpacked. This patch is to fix some compliation errors by
  5. avoiding a variable conflict and changing some bad syntax.</para>
  6. <para>Install Findutils by running the following commands:</para>
  7. <para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;</userinput>
  8. <userinput>./configure --prefix=/usr &amp;&amp;</userinput>
  9. <userinput>make &amp;&amp;</userinput>
  10. <userinput>make libexecdir=/usr/bin install</userinput></screen></para>
  11. </sect2>