diff options
Diffstat (limited to 'repo/util/iproute2.xibuild')
-rw-r--r-- | repo/util/iproute2.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/util/iproute2.xibuild b/repo/util/iproute2.xibuild index e5a9c78..3d0062d 100644 --- a/repo/util/iproute2.xibuild +++ b/repo/util/iproute2.xibuild @@ -8,8 +8,7 @@ DESC="IP Routing Utilities" build () { sed -i /ARPD/d Makefile - rm -fv man/man8/arpd.8 - + rm -f man/man8/arpd.8 make } |