aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/iproute2.sh
blob: 8034496f42a4c86a8c3a1528c4221fb935dc10ae (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

sed -i /ARPD/d Makefile &&
rm -fv man/man8/arpd.8 &&

sed -i 's/.m_ipt.o//' tc/Makefile &&

make &&

make DOCDIR=/usr/share/doc/iproute2-"${VERSION}" -j1 install