diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlpdb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb index dc1bb1486f5..90b6498efe1 100755 --- a/Master/tlpkg/bin/tl-update-tlpdb +++ b/Master/tlpkg/bin/tl-update-tlpdb @@ -109,10 +109,8 @@ sub main { # Create our working tlpdb with Catalogue data. my ($newtlpdb,$pkgcount) = create_tlpdb($tlc); - my $tlpdb_loc = "$TeXLive::TLConfig::InfraLocation" - . "/$TeXLive::TLConfig::DatabaseName"; my $oldtlpdb = undef; - my $OLDTLPDB = "$opt_master/$tlpdb_loc"; + my $OLDTLPDB = "$opt_master/$DatabaseLocation"; if (-r $OLDTLPDB) { $oldtlpdb = TeXLive::TLPDB->new("root" => $opt_master); } |