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 --prefix=/usr --bindir=/bin \</userinput>
|
2001-02-01 15:53:35 +00:00
|
|
|
<userinput> --libexecdir=/bin
|
2001-01-24 00:31:17 +00:00
|
|
|
&&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>make install</userinput>
|
|
|
|
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|