diff options
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-x | dh_installdocs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installdocs b/dh_installdocs index 9b5922f..7bfe8ff 100755 --- a/dh_installdocs +++ b/dh_installdocs @@ -115,7 +115,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (@docs) { my $exclude = ''; if ($dh{EXCLUDE_FIND}) { - $exclude = ' \( ! '.$dh{EXCLUDE_FIND}.' \)'; + $exclude = ' -and ! \( '.$dh{EXCLUDE_FIND}.' \)'; } foreach my $doc (@docs) { next if excludefile($doc); |