aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/iproute2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/iproute2.sh')
-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}"