diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 8a3f70aaae3..566923ea173 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -96,6 +96,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/gfssolomos/' => 1, 'public/hacm/' => 1, 'public/initials/' => 1, + 'public/ipaex-type1/' => 1, # 20may13 too many to bother reporting 'public/itrans/' => 1, 'public/kerkis/' => 1, 'public/kpfonts/' => 1, @@ -180,6 +181,7 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf', 'public/gfssolomos/' => 1, 'public/hfoldsty/' => 1, 'public/kerkis/' => 1, + 'public/sansmathfonts' => 2, # 20may13 generated by mktextfm 'mathdesign/mdbch/' => 1, 'mathdesign/mdput/' => 1, 'mathdesign/mdugm/' => 1, diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 3853c74863c..476426e02a7 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -114,7 +114,7 @@ for tlname in $tlnames; do download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc grab="$download -O $download_loc" - $grab http://www.babafou.eu.org/texlive-netbsd/x86_64-unknown-netbsd6.0.1.tar.xz;; + $grab http://www.babafou.eu.org/texlive-netbsd/x86_64-unknown-netbsd6.1.tar.xz;; armel-linux) download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc |