findutils-inst.xml 400 B

123456789101112131415
  1. <sect2>
  2. <title>Installing Findutils</title>
  3. <para>Before Findutils is installed the findutils patch file has
  4. to be unpacked.</para>
  5. <para>Install Findutils by running the following commands:</para>
  6. <para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
  7. ./configure --prefix=/usr &amp;&amp;
  8. make &amp;&amp;
  9. make libexecdir=/usr/bin install</userinput></screen></para>
  10. </sect2>