diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpdb2container | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpdb2container b/Master/tlpkg/bin/tlpdb2container index 4d903ce6b77..aefa78a5a05 100755 --- a/Master/tlpkg/bin/tlpdb2container +++ b/Master/tlpkg/bin/tlpdb2container @@ -62,11 +62,11 @@ sub main if (($format eq "lzma") || ($format eq "zip")) { $type = $format; } else { - warn "unknown container format specified in texlive.config: $format\nIgnoring and continuing with $type!\n"; + warn "unknown container format specified in 00texlive.config: $format\nIgnoring and continuing with $type!\n"; } # get list of packages. for my $pkg (@packs) { - next if ($pkg eq "texlive.config"); + next if ($pkg eq "00texlive.config"); my $obj = $tlpdb->get_package ($pkg); die "$0: no TeX Live package named $pkg in $Master.\n" if ! $obj; if ($srcsplit) { @@ -117,7 +117,7 @@ See the tlpfiles documentation for details. Note that the format of the containers and the splitting off of source and documentation files are controlled by the TLPDB options saved in the -pseudo package C<texlive.config>. Please see the documentation for TLPDB +pseudo package C<00texlive.config>. Please see the documentation for TLPDB for details. |