summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c2d5904dc41..cd81ca3f166 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -29,7 +29,7 @@ use Cwd;
$MV = "mv";
$CP = "cp -p";
$RM = "rm -vf"; # just to get feedback from GNU rm on removals
-$INSTALL = "install -D";
+$INSTALL = "install -D -m 664";
$| = 1;
select ((select (STDERR), $| = 1)[0]);