findutils-inst.xml 512 B

123456789101112131415
  1. <sect2>
  2. <title>Installing Findutils</title>
  3. <para>This package requires its patch to be applied before you can
  4. install it. Make sure it's unpacked before running the installation
  5. commands.</para>
  6. <para>Install Findutils by running the following commands:</para>
  7. <para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
  8. ./configure --prefix=$LFS/static &amp;&amp;
  9. make libexecdir=/static/bin LDFLAGS=-static &amp;&amp;
  10. make libexecdir=/static/bin install</userinput></screen></para>
  11. </sect2>