summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 2d92d1e..41ef77c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,9 @@ override_dh_auto_install:
./install
./instcheck
cd ipv6 && ./install && ./instcheck
+ # ./install incorrectly install manpages under /usr/man, not
+ # /usr/share/man.
+ rm -r $(PREFIX_IPV6)/man
# Upstream does strange thing -- its test suite assumes that programs
# are already installed. Normally, checks are performed between `build'