You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env bash |
|
|
|
sed -i /ARPD/d Makefile |
|
rm -f man/man8/arpd.8 |
|
|
|
make NETNS_RUN_DIR=/run/netns |
|
|
|
make SBINDIR=/usr/sbin install |
|
|
|
install -vDm644 COPYING README* -t /usr/share/doc/iproute2-6.18.0 |
|
|
|
|