summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index f22e8171..7ebbe61b 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -55,7 +55,7 @@ sub init {
my $x=$_;
$x=escape_shell($x);
$x=~s/\./\\\\./g;
- $dh{EXCLUDE_FIND}.="-regex .\\*$x.\\* -or ";
+ $dh{EXCLUDE_FIND}.="-regex .*$x.* -or ";
}
$dh{EXCLUDE_FIND}=~s/ -or $//;
}