From 8d5f7c755720a52c1f103acf627c1f6109047802 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Wed, 26 May 2021 01:20:15 +0200 Subject: 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 135710fd0..b6e4af1e4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,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; -- cgit v1.2.3-54-g00ecf