aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-06-02 16:02:35 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-06-02 16:03:18 -0500
commit42ea9862ae04ed89857a165c7acafd6f25c14aa2 (patch)
treea4592682b3e5b1059b9fcd6057cebb0fa3b18d45
parent4ebb3ec26bc3235daeee1ced4adf0e06b80e7bfa (diff)
Remove DOCDIR variable and copy a couple files instead.
-rw-r--r--chapter8/iproute2.sh4
1 files changed, 3 insertions, 1 deletions
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}"