summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-install-pkg2
1 files changed, 1 insertions, 1 deletions
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.