diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 4 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
2 files changed, 2 insertions, 4 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 diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 70898d1721e..c9c8cef41e7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -760,7 +760,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'mp3d', "&MAKEflatten", 'mpcolornames',"&MAKEcopy", 'mpdinbrief', "die 'skipping, nosell license'", - 'mptopdf', "&MAKEcopy", #&"die 'skipping, not quite perfect yet'", # + 'mptopdf', "&MAKEcopy", 'msuthesis', "die 'skipping, use msu-thesis'", 'mtp2lite', "die 'skipping, nonfree'", 'mtx', "die 'skipping, pascal musixtex binaries'", |