mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 03:42:13 +00:00
a811d13b5e
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
17 lines
577 B
XML
17 lines
577 B
XML
<sect2>
|
|
<title>Installing Findutils</title>
|
|
|
|
<para>Before Findutils is installed the findutils patch file has
|
|
to be unpacked. This patch is to fix some compliation errors by
|
|
avoiding a variable conflict and changing some bad syntax.</para>
|
|
|
|
<para>Install Findutils by running the following commands:</para>
|
|
|
|
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&</userinput>
|
|
<userinput>./configure --prefix=/usr &&</userinput>
|
|
<userinput>make &&</userinput>
|
|
<userinput>make libexecdir=/usr/bin install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|