aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorThomas Trepl (Moody) <thomas@linuxfromscratch.org>2021-05-26 01:20:15 +0200
committerThomas Trepl (Moody) <thomas@linuxfromscratch.org>2021-05-26 08:04:51 +0200
commit8d5f7c755720a52c1f103acf627c1f6109047802 (patch)
treee780871beec08760d1ae33857aa6c17b503fd2c8 /chapter08
parentd3e6c1b7e62918290a00fec78a050dc3e1f61aa9 (diff)
Tweak install in iproute2 (rmv DOCDIR)
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>