texlive[41476] Master/texmf-dist/scripts/texlive/tlmgr.pl: fix bug in

commits+preining at tug.org commits+preining at tug.org
Sat Jun 18 02:45:25 CEST 2016


Revision: 41476
          http://tug.org/svn/texlive?view=revision&revision=41476
Author:   preining
Date:     2016-06-18 02:45:25 +0200 (Sat, 18 Jun 2016)
Log Message:
-----------
fix bug in tlmgr restore

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2016-06-17 23:37:11 UTC (rev 41475)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2016-06-18 00:45:25 UTC (rev 41476)
@@ -1765,7 +1765,7 @@
     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;



More information about the tex-live-commits mailing list