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) --- chapter08/iproute2.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'chapter08') 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