diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-10-13 15:00:35 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-10-13 15:00:35 -0500 |
commit | 8fd9f816d407dbeb894bf1924ca1e5db8ef8fcd9 (patch) | |
tree | f297afd9285042f947d97ab02c08b17c5be4120c /chapter08/iproute2.xml | |
parent | 64ce28748b5451d5971196b0f47feaf5f33b047a (diff) |
Make instructions more consistent.
When using mkdir during installation, use -pv all the time.
Make reference to irc channel all lower case.
Update lfs-latest for condxml merge
Diffstat (limited to 'chapter08/iproute2.xml')
-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 e1b2d189e..c39f892d1 100644 --- a/chapter08/iproute2.xml +++ b/chapter08/iproute2.xml @@ -79,7 +79,7 @@ rm -fv man/man8/arpd.8</userinput></screen> <para>If desired, install the documentation:</para> -<screen><userinput remap="install">mkdir -v /usr/share/doc/iproute2-&iproute2-version; +<screen><userinput remap="install">mkdir -pv /usr/share/doc/iproute2-&iproute2-version; cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;</userinput></screen> </sect2> |