mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 17:25:08 +01:00
For consistency, do not use /bin in bzip2 and inetutils.
This commit is contained in:
parent
59fef4c47e
commit
7fbfed5668
@ -89,9 +89,9 @@ make clean</userinput></screen>
|
||||
ln -sv libbz2.so.&bzip2-version; /usr/lib/libbz2.so</userinput></screen>
|
||||
|
||||
<para>Install the shared <command>bzip2</command> binary into the
|
||||
<filename class="directory">/bin</filename> directory:</para>
|
||||
<filename class="directory">/usr/bin</filename> directory:</para>
|
||||
|
||||
<screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2</userinput></screen>
|
||||
<screen><userinput remap="install">cp -v bzip2-shared /usr/bin/bzip2</userinput></screen>
|
||||
|
||||
<para>Remove an useless static library:</para>
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
<para>Prepare Inetutils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--bindir=/usr/bin \
|
||||
--localstatedir=/var \
|
||||
--disable-logger \
|
||||
--disable-whois \
|
||||
@ -116,7 +117,7 @@
|
||||
|
||||
<para>Move a program to the proper location:</para>
|
||||
|
||||
<screen><userinput remap="install">mv -v /{,s}bin/ifconfig</userinput></screen>
|
||||
<screen><userinput remap="install">mv -v /usr/{,s}bin/ifconfig</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user