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

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}"