diff options
author | joey <joey> | 2002-09-03 16:44:25 +0000 |
---|---|---|
committer | joey <joey> | 2002-09-03 16:44:25 +0000 |
commit | 719a85c8d9e5eb0cb4ad561aadab90c691ad00b2 (patch) | |
tree | 59dfddc2fd3f5ba403276447c35cdd4041b146c7 /Debian | |
parent | a054fc48d0558ee07567ea19fefa40d69bf8d8a3 (diff) | |
download | debhelper-719a85c8d9e5eb0cb4ad561aadab90c691ad00b2.tar.gz |
r545: * Clarified dh_perl man page. Closes: #159332
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Lib.pm | 2 |
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 $//; } |