diff options
author | Norbert Preining <preining@logic.at> | 2009-05-22 10:37:10 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-22 10:37:10 +0000 |
commit | 5028f68a4813d3d6eb1a50a4c7a900e620f9e12a (patch) | |
tree | 1a456f03d90603fbd1e6ae2e98f1787bebdbf8c6 | |
parent | 6486fc24cb8ee71360684fd60afbecf47162cea6 (diff) |
remove references to c-basicbin
git-svn-id: svn://tug.org/texlive/trunk@13380 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 7c1f4f74180..3a05a3f2ff4 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -691,7 +691,7 @@ sub _generate_listfile { # collections references Packages, we have to collect the sizes of # all the Package-tlps included # What is unclear for me is HOW the size is computed for bin-* - # packages. The collection-basicbin contains quite a lot of + # packages. The collection-basic contains quite a lot of # bin-files, but the sizes for the different archs differ. # I guess we have to take the maximum? my $s = 0; diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index c39152b56e5..c1308bad8c8 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -735,7 +735,7 @@ Examples: depend cm depend plain - depend collection-basicbin + depend collection-basic =item C<execute> |