From f081763f39482c28f10332ad8af3fca67fa85f52 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Wed, 26 May 2021 01:20:15 +0200 Subject: [PATCH] Tweak install in iproute2 (rmv DOCDIR) --- chapter01/changelog.xml | 9 +++++++++ chapter08/iproute2.xml | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c613b67dc..c56874cdd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,15 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2021-05-26 + + + [thomas] - Remove obsolete DOCDIR option from iproute2 install command. + + + + 2021-05-17 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 Install the package: -make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install +make install + + If desired, install the documentation: + +mkdir -v /usr/share/doc/iproute2-&iproute2-version; +cp -v COPYING README* /usr/share/doc/iproute2-&iproute2-version;