aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/iproute2.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter08/iproute2.xml b/chapter08/iproute2.xml
index cd8385aff..cf2065fb3 100644
--- a/chapter08/iproute2.xml
+++ b/chapter08/iproute2.xml
@@ -75,7 +75,12 @@ rm -fv man/man8/arpd.8</userinput></screen>
<para>Install the package:</para>
-<screen><userinput remap="install">make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
+
+ <para>If desired, install the documentation:</para>
+
+<screen><userinput remap="install">mkdir -v /usr/share/doc/iproute2-&iproute2-version;
+cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;</userinput></screen>
</sect2>