summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto3
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index cd602cf3c62..acd9651df49 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -99,7 +99,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'public/itrans/' => 1,
'public/kerkis/' => 1,
'public/kpfonts/' => 1,
- 'public/libertine-legacy/' => 1,
+ 'public/libertine/' => 1, # 5jan13 maintainer declines to fix triviality
'public/linearA/' => 1,
'public/lm/' => 1,
'public/lxfonts/' => 1,
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto
index 978cea82ef0..22e2dffb252 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -131,7 +131,8 @@ fi # !config_scripts_only
#
config_masterdir=/home/ftp/dist/build-aux
#
-for gnuconf in config.guess config.sub depcomp install-sh texinfo.tex; do
+for gnuconf in config.guess config.sub depcomp install-sh ltmain.sh \
+ missing texinfo.tex ylwrap; do
master_conffile=$config_masterdir/$gnuconf
local_conffile=../Build/source/build-aux/$gnuconf
#