From fa06ec031c438ccfb860653e05ad347ae618c7f5 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 2 Jun 2021 16:02:35 -0500 Subject: Remove DOCDIR variable and copy a couple files instead. --- chapter8/iproute2.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chapter8/iproute2.sh b/chapter8/iproute2.sh index 8034496..a9ba229 100644 --- a/chapter8/iproute2.sh +++ b/chapter8/iproute2.sh @@ -7,4 +7,6 @@ sed -i 's/.m_ipt.o//' tc/Makefile && make && -make DOCDIR=/usr/share/doc/iproute2-"${VERSION}" -j1 install +make -j1 install +mkdir -v /usr/share/doc/iproute2-"${VERSION}" +cp -v COPYING README* /usr/share/doc/iproute2-"${VERSION}" -- cgit v1.2.3-54-g00ecf