diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 6f02220b0a6..55a676dcf78 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5346,7 +5346,8 @@ sub POSTjfontmaps { &SYSTEM ("rmdir cmap"); &SYSTEM ("$MV script/kanji-* $scriptdest"); &SYSTEM ("$MV jis04cmap_exp tools script $srcdest"); - &SYSTEM ("$MV hiragino* ipa* kozuka* morisawa* noEmbed ms $mapdest"); + &SYSTEM ("$MV maps/* $mapdest"); + &SYSTEM ("rmdir maps"); } sub POSTknitting { |