]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installdebconf
r580: * Fixed dh_installcatalog's references to itself on man page.
[debhelper.git] / dh_installdebconf
index fc81d1fea345eb283442fd893c625c7bb43658de..c9c72b2ab110c84dc273dbac8f7b802f26044bea 100755 (executable)
@@ -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) {