summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-21 20:59:38 +0000
committerKarl Berry <karl@freefriends.org>2017-08-21 20:59:38 +0000
commita0b68e365b12abe5c12afba196d36db9645bc31f (patch)
treeb59e41126ad248f11c60682167ba94808ffac815 /Master/tlpkg/libexec/ctan2tds
parent506029f1ed5e0d0047159a091f3bba2856c3aa0d (diff)
e-french (21aug17)
git-svn-id: svn://tug.org/texlive/trunk@45091 c570f23f-e606-0410-a88d-b1316a301751
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 {