diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 76b5a981e17..912d0ea6f59 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -6623,8 +6623,8 @@ sub POSTlhcyr { sub POSTlilyglyphs { print "POST$package - move directories around\n"; &rename_with_mkdir ("fonts", "$DEST/fonts/opentype/public/$package"); - &rename_with_mkdir ("source", "$DEST/source/luatex/$package"); - &rename_with_mkdir ("tex", "$DEST/tex/lualatex/$package"); + &rename_with_mkdir ("source", "$DEST/source/latex/$package"); + &rename_with_mkdir ("tex", "$DEST/tex/latex/$package"); } sub POSTlistbib { |