diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-09 18:49:02 +0100 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-09 18:49:02 +0100 |
commit | c36301e75aefde449b6ab9a0fb2717ff1d5c2963 (patch) | |
tree | 797b66be23f8e52a2313214d49f0e8be81c5fdb3 /chapter08 | |
parent | 25596ffb1df269be0dd123f274e3ff00f477ea80 (diff) |
For consistency, install iproute2 progs in /usr/sbin
(merged /usr) - from Joe Locash.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/iproute2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml index cf2065fb3..9d6a0c264 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -75,7 +75,7 @@ rm -fv man/man8/arpd.8</userinput></screen> <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> |