2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Fileutils</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install Fileutils by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
|
|
|
|
2001-01-26 18:31:07 +00:00
|
|
|
<userinput>patch -Np1 -i ../fileutils-4.0.patch
|
|
|
|
&&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput>./configure --disable-nls \</userinput>
|
|
|
|
<userinput>--prefix=$LFS/usr --libexecdir=$LFS/bin
|
|
|
|
--bindir=$LFS/bin &&</userinput>
|
|
|
|
<userinput>make LDFLAGS=-static &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
|
|
|
<userinput>cd $LFS/usr/bin &&</userinput>
|
|
|
|
<userinput>ln -s ../../bin/install install</userinput>
|
|
|
|
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|