blob: 3034e700d9971f7621b5dcc943dda6f4345dd5fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<sect2>
<title>Installation of Fileutils</title>
<para>
Install Fileutils by running the following commands:
</para>
<para><screen>
<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</userinput>
</screen>
</para>
</sect2>
|