summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-30 22:11:00 +0000
committerKarl Berry <karl@freefriends.org>2015-10-30 22:11:00 +0000
commit0601258fc395e290fc022609bb05fa5c1dff243f (patch)
tree564d22bec461cb20454f0619ce838c456a2ffecc /Master/tlpkg/libexec
parentb84b0cf25a2c619e485a4cebeb726836283b6acd (diff)
e-french (30oct15)
git-svn-id: svn://tug.org/texlive/trunk@38742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 235e89544d7..84efd216ce1 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5472,8 +5472,8 @@ sub POSTdehyph_exptl {
sub POSTe_french {
print "POST$package - move directories around\n";
- &mv_with_mkdir ("french/*.ist", "$DEST/makeindex/$package");
- &SYSTEM ("$MV french $DEST/tex/$whichformat/$package");
+ &mv_with_mkdir ("makeindex/*.ist", "$DEST/makeindex/$package/");
+ &SYSTEM ("$MV tex $DEST/tex/$whichformat/$package"); # mv dir itself
&SYSTEM ("$MV doc/* .");
}