diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
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/* ."); } |