diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-14 18:48:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-14 18:48:41 +0000 |
commit | 21323e5c9245567cb00accabb22b78d912a8c0c0 (patch) | |
tree | eff5a6c892d7f43c5e9f5ad2dc156b6bfe39ab01 | |
parent | 62f4a65ac65eb44ed55a60fdae76d5de24ae0be4 (diff) |
try putting install-tl* and a couple others in 00texlive.image instead of tlmgr.pl
git-svn-id: svn://tug.org/texlive/trunk@14260 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.image.tlpsrc | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 9d70e817c5b..ed4cd20a2a3 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2562,7 +2562,6 @@ sub check_files { # do check that all files in the trees are covered # my @IgnorePatterns = qw! - .mkisofsrc$ autorun.inf$ support/ source/ setuptl/ texmf-dist/ls-R$ texmf-doc/ls-R$ texmf/ls-R$ tlpkg/tlpsrc tlpkg/bin tlpkg/lib/ tlpkg/libexec tlpkg/tests/ tlpkg/etc @@ -2574,9 +2573,6 @@ sub check_files { install-tl.log tlpkg/texlive.profile tlpkg/installer - install-tl$ - install-tl.bat$ - install-tl.bat.manifest$ !; my %tltreefiles = %{$tltree->{'_allfiles'}}; my @tlpdbfiles = keys %filetopacks; diff --git a/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc index 65dd1c00383..8b1db074c6a 100644 --- a/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.image.tlpsrc @@ -1,16 +1,23 @@ category TLCore longdesc This package collects some files which are not caught by any of the -longdesc other TL packages. Its primary purpose is to make the file coverage +longdesc other TL packages. Its purpose is to make the file coverage longdesc check happy. The files here are not copied by the installer longdesc and containers are not built; they exist only in the -longdesc full DVD image. +longdesc full DVD image or the installer archives. +longdesc +longdesc The IgnorePatterns in the check_files routine in tlmgr.pl +longdesc augment this list. +longdesc longdesc For information on the 00texlive prefix see longdesc 00texlive.installation(.tlpsrc) runpattern d tlpkg/archive runpattern d tlpkg/doc runpattern d tlpkg/libexec +runpattern f .mkisofsrc +runpattern f autorun.inf runpattern f texmf-dist/README runpattern f texmf/README runpattern f texmf/doc/man/Makefile runpattern f texmf/doc/man/man1/Makefile runpattern f texmf/doc/man/man5/Makefile +runpattern f install-tl* |