diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 23:05:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 23:05:35 +0000 |
commit | b64c7b32b48777f57e9897efc88b21744968a615 (patch) | |
tree | 33d12467a34c515916bac6e8a191253e9e4054cf /Master/tlpkg/TeXLive/TLPDB.pm | |
parent | 2863521d6b9fb1d966044e8b9254a2b68f0d576e (diff) |
more settings for 2014 preparations
git-svn-id: svn://tug.org/texlive/trunk@33493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index abcbd51e599..a5bbbbeef60 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -760,7 +760,7 @@ sub expand_dependencies { # before we ignored all deps of schemes and colls if -no-collections # was given, but this prohibited auto-install of new collections # even if the scheme is updated. - # Now we supress only "same-level dependencies", so scheme -> scheme + # Now we suppress only "same-level dependencies", so scheme -> scheme # and collections -> collections and package -> package # hoping that this works out better # if ($tlpdd->category =~ m/$MetaCategoriesRegexp/) { |