From 77b2cdcf0f4f2799b3cf49993773b5959fb4b6d5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 27 Feb 2014 23:16:41 +0000 Subject: resolve pgf conflicts (none serious, it seems) git-svn-id: svn://tug.org/texlive/trunk@33063 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 391793f26b8..696cc400cf3 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -4768,6 +4768,7 @@ sub check_runfiles { # build a list of all runtime files associated to 'normal' packages (my $non_normal = `ls "$Master/bin"`) =~ s/\n/\$|/g; # binaries $non_normal .= '^0+texlive|^bin-|^collection-|^scheme-|^texlive-|^texworks'; + $non_normal .= '|^pgf$'; # has lots of intentionally duplicated .lua my @runtime_files = (); # foreach my $tlpn ($localtlpdb->list_packages) { -- cgit v1.2.3