summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 3e5c6e482cb..383365f7b52 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -524,8 +524,8 @@ container level is set. See Options below.
sub config_src_container {
my $self = shift;
- if (defined($self->{'tlps'}{'texlive.config'})) {
- foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) {
+ if (defined($self->{'tlps'}{'00texlive.config'})) {
+ foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) {
if ($d eq "container_split_src_files") {
return 1;
}
@@ -543,8 +543,8 @@ container level is set. See Options below.
sub config_doc_container {
my $self = shift;
- if (defined($self->{'tlps'}{'texlive.config'})) {
- foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) {
+ if (defined($self->{'tlps'}{'00texlive.config'})) {
+ foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) {
if ($d eq "container_split_doc_files") {
return 1;
}
@@ -561,8 +561,8 @@ Returns the currently set default container format. See Options below.
sub config_container_format {
my $self = shift;
- if (defined($self->{'tlps'}{'texlive.config'})) {
- foreach my $d ($self->{'tlps'}{'texlive.config'}->depends) {
+ if (defined($self->{'tlps'}{'00texlive.config'})) {
+ foreach my $d ($self->{'tlps'}{'00texlive.config'}->depends) {
if ($d =~ m!^container_format/(.*)$!) {
return "$1";
}
@@ -688,8 +688,8 @@ sub language_dat_lines {
=head1 OPTIONS
Options regarding the full TeX Live installation to be described are saved
-in a package C<texlive.config> as values of C<depend> lines. This special
-package C<texlive.config> does not contain any files, only depend lines
+in a package C<00texlive.config> as values of C<depend> lines. This special
+package C<00texlive.config> does not contain any files, only depend lines
which set one or more of the following options:
=over 6
@@ -710,7 +710,7 @@ formats are C<lzma> and C<zip>. But note that C<zip> is untested.
=back
To set these options the respective lines should be added to
-C<texlive.config.tlpsrc>.
+C<00texlive.config.tlpsrc>.
=head1 SEE ALSO