summaryrefslogtreecommitdiffstats
path: root/dh_installman
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installman')
-rwxr-xr-xdh_installman9
1 files changed, 8 insertions, 1 deletions
diff --git a/dh_installman b/dh_installman
index 02ed9ad..bad2f77 100755
--- a/dh_installman
+++ b/dh_installman
@@ -160,7 +160,14 @@ on_items_in_parallel(\@all_packages, sub {
next if is_udeb($package);
my $tmp = tmpdir($package);
- my $file = pkgfile($package, "manpages");
+ my $file = pkgfile(
+ {
+ 'named' => 0,
+ 'support-architecture-restriction' => 0,
+ },
+ $package,
+ "manpages",
+ );
my @manpages;
my @search_dirs = ('.');
my $skip_install = process_pkg($package) ? 0 : 1;