summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-14 18:48:41 +0000
committerKarl Berry <karl@freefriends.org>2009-07-14 18:48:41 +0000
commit21323e5c9245567cb00accabb22b78d912a8c0c0 (patch)
treeeff5a6c892d7f43c5e9f5ad2dc156b6bfe39ab01 /Master/texmf
parent62f4a65ac65eb44ed55a60fdae76d5de24ae0be4 (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
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
1 files changed, 0 insertions, 4 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;