summaryrefslogtreecommitdiff
path: root/dh_installdebconf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdebconf')
-rwxr-xr-xdh_installdebconf2
1 files changed, 2 insertions, 0 deletions
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) {