diff options
author | Norbert Preining <preining@logic.at> | 2008-05-07 06:41:49 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-07 06:41:49 +0000 |
commit | b6d182911f539982f91b1ad19bcd7c0dd3501878 (patch) | |
tree | e69ff94733cb034d4e069dc612a23e61837f6fbb /Master/tlpkg | |
parent | a28ed7d5531d147970900084adbac3a6d7084605 (diff) |
fix dep check
git-svn-id: svn://tug.org/texlive/trunk@7907 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/check-depend-consistency | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-depend-consistency b/Master/tlpkg/bin/check-depend-consistency index 46c31d43bf6..3ff427164a9 100755 --- a/Master/tlpkg/bin/check-depend-consistency +++ b/Master/tlpkg/bin/check-depend-consistency @@ -43,6 +43,7 @@ sub main } for my $pkg ($tlpdb->list_packages) { next if ($pkg =~ m/^00texlive\.config$/); + next if ($pkg =~ m/^00texlive-installation\.config$/); for my $d ($tlpdb->get_package($pkg)->depends) { next if ($d =~ m/\.ARCH$/); if (!defined($presentpkg{$d})) { |