summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index cd007035300..29951a1c16a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5752,9 +5752,10 @@ sub POSTdehyph_exptl {
sub POSTe_french {
print "POST$package - move directories around\n";
- &mv_with_mkdir ("makeindex/*.ist", "$DEST/makeindex/$package/");
- &SYSTEM ("$MV tex $DEST/tex/$whichformat/$package"); # mv dir itself
- &SYSTEM ("$MV doc/* .");
+ &SYSTEM ("find [^b]* -type f | xargs chmod -R a-x");
+ &mv_with_mkdir ("texmf/makeindex/*.ist", "$DEST/makeindex/$package/");
+ &SYSTEM ("$MV texmf/tex $DEST/tex/$whichformat/$package"); # mv dir itself
+ &SYSTEM ("$MV texmf/doc/* .");
}
sub POSTencxvlna {