summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorjoey <joey>2002-09-03 16:44:25 +0000
committerjoey <joey>2002-09-03 16:44:25 +0000
commit719a85c8d9e5eb0cb4ad561aadab90c691ad00b2 (patch)
tree59dfddc2fd3f5ba403276447c35cdd4041b146c7 /Debian/Debhelper
parenta054fc48d0558ee07567ea19fefa40d69bf8d8a3 (diff)
r545: * Clarified dh_perl man page. Closes: #159332
Diffstat (limited to 'Debian/Debhelper')
-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 $//;
}