diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2008-06-09 19:12:34 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2008-06-09 19:12:34 +0000 |
commit | d07573a8bcbd2864457642cb3a08aa940bc89565 (patch) | |
tree | 038d5daa407591eda8ca1d51efdda0068bec3be9 | |
parent | 8cbd4b1322399f29f9274a6f491176c0ec663eec (diff) |
TLConfig.pm corrected URL
git-svn-id: svn://tug.org/texlive/trunk@8621 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index d2591ee4570..a86f5650252 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -55,7 +55,7 @@ our $DefaultContainerExtension = "tar.lzma"; our $NetArchive = "tlpkg"; our $DiskArchive = "archive"; #our $TeXLiveURL = 'ftp://tug.org/texlive/tlnet/tldev'; -our $TeXLiveURL = 'http://mirror.ctan.org/texlive/tlnet/tldev/'; +our $TeXLiveURL = 'http://mirror.ctan.org/systems/texlive/tlnet/tldev/'; our $TeXLiveAlternativeURL; #our $TeXLiveAlternativeURL = 'http://www.ctan.org/systems/texlive/tlnet/2008'; |