summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index f9720730b23..1981d983318 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -207,7 +207,7 @@ my @TLP_working = qw(
concepts concmath concmath-fonts concmath-otf concprog concrete
conditext confproc constants conteq
context-account context-algorithmic context-animation context-annotation
- context-bnf context-calendar-examples
+ context-bnf
context-chromato context-cmscbf context-cmttbf
context-construction-plan context-cyrillicnumbers
context-degrade context-fancybreak context-filter
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 09beb87c9d4..42a3b18549f 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -7626,7 +7626,7 @@ sub POST_onelevel {
my $format = $whichdocformat;
my $destdir = $dir;
if ($dir =~ /(lua)?(la)?tex/) {
- $destdir = "tex/$format";
+ $destdir = "tex";
} elsif ($dir =~ /metapost/) {
$format = ""; # metapost/PKGNAME
} elsif ($dir =~ /opentype/) {