diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-20 22:21:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-20 22:21:16 +0000 |
commit | 2c039800bb8cf7848f41cd7bfc2bf3dd81f4b31c (patch) | |
tree | 3e6ed0884affe624ff07e3c11f1a2fd143e1e4c9 /Build/source | |
parent | 226785443115d00e5ca1b328d4936811e7c93458 (diff) |
getmap (20jun16)
git-svn-id: svn://tug.org/texlive/trunk@41503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index 0da5610969e..ddefd2433d4 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,13 +1,13 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 41258 2016-05-19 15:23:37Z karl $ +# $Id: tlmgr.pl 41476 2016-06-18 00:45:25Z preining $ # # Copyright 2008-2016 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # -my $svnrev = '$Revision: 41258 $'; -my $datrev = '$Date: 2016-05-19 17:23:37 +0200 (Thu, 19 May 2016) $'; +my $svnrev = '$Revision: 41476 $'; +my $datrev = '$Date: 2016-06-18 02:45:25 +0200 (Sat, 18 Jun 2016) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -1765,7 +1765,7 @@ sub restore_one_package { return ($F_ERROR); } $localtlpdb->remove_package($pkg); - TeXLive::TLPDB->_install_package($restore_file , 0, [] ,$localtlpdb); + TeXLive::TLPDB->_install_data($restore_file , 0, [] ,$localtlpdb); logpackage("restore: $pkg ($rev)"); # now we have to read the .tlpobj file and add it to the DB my $tlpobj = TeXLive::TLPOBJ->new; |