From 42ea9862ae04ed89857a165c7acafd6f25c14aa2 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 8612d5d..b63c58a 100644 --- a/chapter8/iproute2.sh +++ b/chapter8/iproute2.sh @@ -8,4 +8,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