Opened 12 years ago
Closed 12 years ago
#3119 closed task (fixed)
iproute2 install error
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 7.2 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
We remove aprd.8 because we don't build arpd, but we also need to fix the Makefile to not try to install aprd.8.
sed -i 's/arpd.8//' man/man8/Makefile
seems to do it. We may not need the rm man/man8/arpd.8
but I haven't tested that.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
The sed works, and replaces the rm.