summaryrefslogtreecommitdiff
path: root/dh_installdocs
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdocs')
-rwxr-xr-xdh_installdocs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installdocs b/dh_installdocs
index 7a11b7f7..fcdedc50 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -41,7 +41,7 @@ for PACKAGE in $DH_DOPACKAGES; do
todo=`pkgfile $PACKAGE TODO`
if [ "$todo" ]; then
if isnative; then
- doit "install -m 644 -p $todo $TMP/usr/doc/$PACKAGE/TODO"
+ doit "install -m 655 -p $todo $TMP/usr/doc/$PACKAGE/TODO"
else
doit "install -m 644 -p $todo $TMP/usr/doc/$PACKAGE/TODO.Debian"
fi