summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-10-09 23:03:59 +0000
committerKarl Berry <karl@freefriends.org>2013-10-09 23:03:59 +0000
commit44a9d6ceabe38fb751603112964cef3b20a252f9 (patch)
tree5f268140adf78033bc2e8ac9eeac18984506eb7d /Master/texmf-dist/scripts
parent730aa27326bdf9ded366582de60eb427a90e9065 (diff)
(check_runfiles): don't worry about duplicate
Makefile in runtime; duplicate libertine.sty seems to be gone. git-svn-id: svn://tug.org/texlive/trunk@31870 c570f23f-e606-0410-a88d-b1316a301751
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