summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-25 20:11:50 +0000
committerKarl Berry <karl@freefriends.org>2023-03-25 20:11:50 +0000
commit04cb3d18358368fcfa8b981a6b1641353e1fbd6e (patch)
tree7a2359b372bfd902c5d47dfcaa6248c9ab55e680 /Master/tlpkg
parentcc6da6cb3beef11b3f56f4a4e3aa33d35049a6d9 (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')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
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");
}