aboutsummaryrefslogtreecommitdiffstats
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
parentd3e6c1b7e62918290a00fec78a050dc3e1f61aa9 (diff)
Tweak install in iproute2 (rmv DOCDIR)
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter08/iproute2.xml7
2 files changed, 15 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 135710fd0..b6e4af1e4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,15 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2021-05-26</para>
+ <itemizedlist>
+ <listitem>
+ <para>[thomas] - Remove obsolete DOCDIR option from iproute2 install command.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2021-05-17</para>
<itemizedlist>
<listitem>
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>