diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-25 20:11:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-25 20:11:50 +0000 |
commit | 04cb3d18358368fcfa8b981a6b1641353e1fbd6e (patch) | |
tree | 7a2359b372bfd902c5d47dfcaa6248c9ab55e680 /Master/tlpkg/libexec | |
parent | cc6da6cb3beef11b3f56f4a4e3aa33d35049a6d9 (diff) |
novel .otf file under public/
git-svn-id: svn://tug.org/texlive/trunk@66671 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 6ab7e0f1d2a..bfc88b19e64 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -7619,7 +7619,7 @@ sub POST_onelevel { } elsif ($dir =~ /opentype/) { $destdir = "fonts"; my $foundry = $specialfoundry{$package} || $standardfoundry; - $format = "$foundry/$dir"; # fonts/opentype/public/PKGNAME + $format = "$dir/$foundry"; # fonts/opentype/public/PKGNAME } &rename_with_mkdir ($dir, "$DEST/$destdir/$format/$package"); } |