diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context.tlpsrc | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 26e429d4ddf..0918638efcf 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -369,7 +369,7 @@ sub prepare { # ...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.com/context/beta/cont-tmf.zip"; } elsif ($pkg eq "enctex") { # not tds, but we eliminate the TDS_READY below diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 594e0dcfade..e6f39f8570a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -194,6 +194,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'bsheaders', "die 'skipping, license unstated, ca.2005, await request'", 'burmese', "&MAKEflatten", 'business-research', "die 'skipping, w32 fonts required'", + 'byzantinemusic', "die 'skipping, includes non-relocating jar'", 'c90', "&MAKEc90", 'cachepic', "&MAKEcopy", 'calxxxx', "die 'skipping, nomodify license'", diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc index 9b1d4c876e1..a175945470e 100644 --- a/Master/tlpkg/tlpsrc/context.tlpsrc +++ b/Master/tlpkg/tlpsrc/context.tlpsrc @@ -72,3 +72,4 @@ binpattern f bin/${ARCH}/mtxrunjit binpattern f bin/${ARCH}/texexec binpattern f bin/${ARCH}/texmfstart binpattern f/win32 bin/win32/mtxrun.lua +binpattern f/win32 bin/win32/contextjit.exe |