mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
For consistency, install iproute2 progs in /usr/sbin
(merged /usr) - from Joe Locash.
This commit is contained in:
parent
25596ffb1d
commit
c36301e75a
@ -42,6 +42,16 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2021-06-09</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Install iproute2 programs in /usr/sbin for
|
||||||
|
consistency.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem revision="sysv">
|
<listitem revision="sysv">
|
||||||
<para>2021-06-08</para>
|
<para>2021-06-08</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -75,7 +75,7 @@ rm -fv man/man8/arpd.8</userinput></screen>
|
|||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make SBINDIR=/usr/sbin install</userinput></screen>
|
||||||
|
|
||||||
<para>If desired, install the documentation:</para>
|
<para>If desired, install the documentation:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user