From 8ba59bbb27c5caf42ccb9c96c9be803b3310448f Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 28 Feb 2002 18:01:59 +0000 Subject: r513: * Fixed dh_installdocs and dh_installexamples to support multiple -X's. --- dh_installdocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_installdocs') diff --git a/dh_installdocs b/dh_installdocs index 9b5922f8..7bfe8ff1 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); -- cgit v1.2.3