From 72f66a4938c8544e295dc19ec57a09563300b56e Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 24 Mar 2003 05:17:47 +0000 Subject: r580: * Fixed dh_installcatalog's references to itself on man page. Closes: #184411 * dh_installdebconf: Set umask to sane before running po2debconf or debconf-mergetemplates --- dh_installdebconf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dh_installdebconf') diff --git a/dh_installdebconf b/dh_installdebconf index fc81d1fe..c9c72b2a 100755 --- a/dh_installdebconf +++ b/dh_installdebconf @@ -92,6 +92,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # Are there old-style translated templates? my @trans=(glob("$templates.??"), glob("$templates.??_??")); + umask(0022); # since I do a redirect below + # Look for po directory. if (-d "debian/po") { if (@trans) { -- cgit v1.2.3