diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/multibox.tlpsrc | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 65db602ba91..404ebd5d31f 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -243,7 +243,7 @@ my @TLP_working = qw( moreverb movie15 mp3d mparhack mpgraphics mpman-ru ms msc msg mslapa msuthesis mtgreek multenum multibbl multibib multicap multirow - multibox multido multiobjective munich musixguit musixtex muthesis + multido multiobjective munich musixguit musixtex muthesis mwcls mxedruli mylatexformat nag namespc natbib nath nature navigator ncclatex ncctools diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 05edd2cff57..2bbbf976486 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -525,6 +525,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'msuthesis', "&MAKEflatten", 'mtp2lite', "die 'skipping, nonfree'", 'mtx', "die 'skipping, problematic musixtex binaries'", + 'multibox', "die 'skipping, noinfo license, author deceased'", 'multido', "&MAKEpst", 'multirow', "&MAKEflatten", 'musictex', "die 'skipping, superseded by musixtex", @@ -4166,7 +4167,7 @@ sub POSTbiber { for my $archive (sort (<biber-*>)) { next if $archive =~ /freebsd[68]\./; # we only want freebsd7 - my $unarchiver = &biber_unarchiver ($archive); + my $unarchiver = &unarchiver ($archive); &SYSTEM ("$unarchiver $archive"); # each .tar.gz unpacks into a single file named biber, diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 50183f4af41..b50cfad39f4 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -416,7 +416,6 @@ depend msg depend mslapa depend mtgreek depend multenum -depend multibox depend multibbl depend multicap depend multirow diff --git a/Master/tlpkg/tlpsrc/multibox.tlpsrc b/Master/tlpkg/tlpsrc/multibox.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/tlpkg/tlpsrc/multibox.tlpsrc +++ /dev/null |