summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-07 09:13:04 +0000
committerNorbert Preining <preining@logic.at>2008-01-07 09:13:04 +0000
commitd85245d0d191bd457f5be32ecc22ecb19a98d99f (patch)
treebe49e86f8fc2f32958e81115c5328f36879e9859 /Master/tlpkg/TeXLive/TLUtils.pm
parent1412e62c7d8c3fab420cf9c87cd7b816dbbbd129 (diff)
the texlive.pkgver file is now taken from $::netarchive/texlive.pkgver,
where it actually belongs. Only at the same place where the containers are hanging around git-svn-id: svn://tug.org/texlive/trunk@6081 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index e7efabf55d1..c9595cff549 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -831,7 +831,7 @@ C<%vars> hash.
sub additional_architectures_available_from_net {
my $vars=shift;
my @platforms;
- my $database="$::texlive_db_url/texlive.pkgver";
+ my $database="$::texlive_url/$::netarchive/texlive.pkgver";
print "\nLoading '$database' ...\n";
open WGET, "wget -nv --output-document=- $database|";