diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 7f1fcf906ec..a0d59e9bc31 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -159,7 +159,6 @@ sub find_ctan_dir { "macros/luatex/latex/$me", # luabidi "macros/generic/$me", # abbr "macros/generic/diagrams/$me", # circ - "macros/context/contrib/$me", # context "support/$me", # thumbpdf "support/$me_wo_bin", # bin-thumbpdf "language/vietnamese/$me/unpacked", # vntex @@ -375,9 +374,8 @@ sub prepare { # will be ignored below if it doesn't exist. # ...and except for context, and plenty more... - # We really need to get the install path out of the Catalogue entry. } elsif ($pkg eq "context") { - $tds_path = "/home/ftp/mirror/www.pragma-ade.com/context/current/cont-tmf.zip"; + $tds_path = "/home/ftp/mirror/www.pragma-ade.nl/context/beta/cont-tmf.zip"; } elsif ($pkg eq "cmexb") { # as with enctex case |