mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
22 lines
549 B
Plaintext
22 lines
549 B
Plaintext
|
<sect2>
|
||
|
<title>Installation of Fileutils</title>
|
||
|
|
||
|
<para>
|
||
|
Install Fileutils by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<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>
|
||
|
|