summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_installdeb3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_installdeb b/dh_installdeb
index 1447ebfe..63e0f7fc 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -60,5 +60,8 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
if (-z "$TMP/DEBIAN/conffiles") {
doit("rm", "-f", "$TMP/DEBIAN/conffiles");
}
+ else {
+ doit("chmod", 644, "$TMP/DEBIAN/conffiles");
+ }
}
}