summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-29 17:29:14 +0000
committerKarl Berry <karl@freefriends.org>2008-04-29 17:29:14 +0000
commitccc9cc5a9b89c1aa53bfaffb169d9bc42fd98ca5 (patch)
treed39d859bb1f42e46858ebeb50166f772073b571f /Master/tlpkg/bin
parentce673768a584903c5e7e9b6beca3981afee9280e (diff)
lcyw cyrillic, not from tds.zip (28apr08)
git-svn-id: svn://tug.org/texlive/trunk@7727 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo3
2 files changed, 3 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 &copy_to_tmpdir ($pkgname, $tds_path);
}