diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-22 21:08:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-22 21:08:49 +0000 |
commit | fcde1ba3d731a6534c92efe10defa9f44a7928d4 (patch) | |
tree | bb2065bb8669d42bd0f179480ad7f32b6b6ab90b /Build | |
parent | fa6d66c6b0713c364893aa18d4eb1e867b67fbe2 (diff) |
lwarp (22sep20)
git-svn-id: svn://tug.org/texlive/trunk@56405 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua | 2 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua b/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua index 18c1b404438..11a09285da4 100755 --- a/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua +++ b/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua @@ -2,7 +2,7 @@ -- Copyright 2016-2020 Brian Dunn -printversion = "v0.89" +printversion = "v0.891" requiredconfversion = "2" -- also at *lwarpmk.conf function printhelp () diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index 327ae6dc5f6..c82c286d548 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,12 +1,12 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 56058 2020-08-06 01:41:42Z preining $ +# $Id: tlmgr.pl 56372 2020-09-18 05:52:26Z preining $ # # Copyright 2008-2020 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 56058 $'; -my $datrev = '$Date: 2020-08-06 03:41:42 +0200 (Thu, 06 Aug 2020) $'; +my $svnrev = '$Revision: 56372 $'; +my $datrev = '$Date: 2020-09-18 07:52:26 +0200 (Fri, 18 Sep 2020) $'; my $tlmgrrevision; my $tlmgrversion; my $prg; @@ -3958,7 +3958,7 @@ sub show_one_package_csv { } elsif ($d eq "installed") { push @out, $is_installed; } elsif ($d eq "relocatable") { - push @out, ($tlp->relocatable ? 1 : 0); + push @out, ($tlp->relocated ? 1 : 0); } elsif ($d eq "cat-version") { push @out, ($tlp->cataloguedata->{'version'} || ""); } elsif ($d eq "cat-date") { @@ -10065,7 +10065,7 @@ This script and its documentation were written for the TeX Live distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. -$Id: tlmgr.pl 56058 2020-08-06 01:41:42Z preining $ +$Id: tlmgr.pl 56372 2020-09-18 05:52:26Z preining $ =cut # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html |