summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 339a900f001..38dfed650b4 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -4761,8 +4761,8 @@ sub check_files {
#
sub check_runfiles {
my $Master = $localtlpdb->root;
+
# 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';
my @runtime_files = ();
@@ -4785,8 +4785,7 @@ sub check_runfiles {
push @runtime_files, @files;
}
- # build the duplicates list
- #
+ # build the duplicates list.
my @duplicates = (""); # just to use $duplicates[-1] freely
my $prev = "";
foreach my $f (sort map { TeXLive::TLUtils::basename($_) } @runtime_files) {
@@ -4797,8 +4796,7 @@ sub check_runfiles {
# @duplicates = ('8r-base.map', 'aer.sty', 'lm-ec.map'); # for debugging
- # check if duplicates are different files
- #
+ # check if duplicates are different files.
foreach my $f (@duplicates) {
# assume tex4ht, xdy, afm stuff is ok, and don't worry about
# Changes, README et al. Other per-format versions.
@@ -4806,13 +4804,13 @@ sub check_runfiles {
next if $f
=~ /^((czech|slovak)\.sty
|Changes
+ |Makefile
|README
|cid2code\.txt
|etex\.src
|kinsoku\.tex
|language\.dat
|language\.def
- |libertine\.sty
|m-tex4ht\.tex
|metatex\.tex
|.*-noEmbed\.map