From 854b371ebd7a7da43c99c209c54af1dcccbe1236 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 7 Oct 2008 00:15:08 +0000 Subject: do not include texlive.infra files in tl-update-install-pkg if they don't belong there git-svn-id: svn://tug.org/texlive/trunk@10876 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-install-pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tl-update-install-pkg b/Master/tlpkg/bin/tl-update-install-pkg index 9c0eb3810a4..fec99833c4e 100755 --- a/Master/tlpkg/bin/tl-update-install-pkg +++ b/Master/tlpkg/bin/tl-update-install-pkg @@ -122,7 +122,7 @@ die("Cannot find package texlive.infra in ${installerdir}'s texlive.tlpdb\n") un my @unix = (); push @unix, $tlp->runfiles; -push @unix, $tlpinfra->runfiles; +push @unix, grep(!/^texmf\//, $tlpinfra->runfiles); push @unix, $tlp->docfiles; # add the texlive-XX docs in pdf and html format if the option is given. -- cgit v1.2.3