diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langcyrillic.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/lcyw.tlpsrc | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 9e8dec5859e..aff9506d934 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -104,7 +104,7 @@ my @WorkingTLP = qw( kalender kerkis kerntest keystroke koma-script kpfonts l2picfaq l2tabu-english l2tabu-spanish labbook labelcas labels lastpage latex latex-tds latexmp - layouts lcd lcg leading leaflet ledmac leftidx lettrine + layouts lcd lcg lcyw leading leaflet ledmac leftidx lettrine lewis lfb lgreek lh libertine limap linearA lineno linguex lipsum listings listliketab lkproof lm diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 1d5435cf2ba..c532a543b08 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -177,8 +177,9 @@ sub catalogue_find_ctan_path chomp ($ctan_loc); # if the package claims to have tds-ready .zip file, use it. + # except when it's erroneous. my $tds_path = "$CTAN/install/$ctan_loc.tds.zip"; - if (-s $tds_path) { + if (-s $tds_path && $pkgname !~ /^(lcyw)$/) { return ©_to_tmpdir ($pkgname, $tds_path); } diff --git a/Master/tlpkg/tlpsrc/collection-langcyrillic.tlpsrc b/Master/tlpkg/tlpsrc/collection-langcyrillic.tlpsrc index 4a17c3bdd51..7a369d2d271 100644 --- a/Master/tlpkg/tlpsrc/collection-langcyrillic.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langcyrillic.tlpsrc @@ -11,6 +11,7 @@ depend disser depend eskd depend eskdx depend gost +depend lcyw depend lh depend lhcyr depend ot2cyr diff --git a/Master/tlpkg/tlpsrc/lcyw.tlpsrc b/Master/tlpkg/tlpsrc/lcyw.tlpsrc new file mode 100644 index 00000000000..cf56c12a848 --- /dev/null +++ b/Master/tlpkg/tlpsrc/lcyw.tlpsrc @@ -0,0 +1,2 @@ +name lcyw +category Package |