diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-29 21:24:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-29 21:24:01 +0000 |
commit | cb751fb6d992d7342f7f82ea76f29caff73e69e5 (patch) | |
tree | 2b01684636def7b446b53f701074ac6148a98f26 /Master/tlpkg/libexec | |
parent | 070ddc09ee29119848c748b6975b3a8f18f526cc (diff) |
lilyglyphs (29sep20)
git-svn-id: svn://tug.org/texlive/trunk@56473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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 { |