summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpdb2container
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-12-24 18:25:40 +0000
committerNorbert Preining <preining@logic.at>2007-12-24 18:25:40 +0000
commit725b5ed19caa022a26a5dd933f247a120d01c5f4 (patch)
tree63f307a301e54e303b0476cd56f21d874d73dfe7 /Master/tlpkg/bin/tlpdb2container
parent9fbb767e62c3dace277d685171e0c747a4e230eb (diff)
rename texlive.config to 00texlive.config
git-svn-id: svn://tug.org/texlive/trunk@5882 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpdb2container')
-rwxr-xr-xMaster/tlpkg/bin/tlpdb2container6
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.