aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/iproute2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/iproute2.sh')
-rw-r--r--chapter8/iproute2.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter8/iproute2.sh b/chapter8/iproute2.sh
index 4ac6a65..8612d5d 100644
--- a/chapter8/iproute2.sh
+++ b/chapter8/iproute2.sh
@@ -1,11 +1,11 @@
#!/bin/bash
set -e
-sed -i /ARPD/d Makefile
-rm -fv man/man8/arpd.8
+sed -i /ARPD/d Makefile &&
+rm -fv man/man8/arpd.8 &&
-sed -i 's/.m_ipt.o//' tc/Makefile
+sed -i 's/.m_ipt.o//' tc/Makefile &&
-make
+make &&
make DOCDIR=/usr/share/doc/iproute2-"${VERSION}" -j1 install