aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/iproute2.sh
blob: b63c58a3465e22b4da51db25c228fa894a9aa0ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e

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

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

make &&

make -j1 install
mkdir -v /usr/share/doc/iproute2-"${VERSION}"
cp -v COPYING README* /usr/share/doc/iproute2-"${VERSION}"