summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-06-18 00:45:25 +0000
committerNorbert Preining <preining@logic.at>2016-06-18 00:45:25 +0000
commitca2b1c41899663023ff1d577c7e5695f37862042 (patch)
treef8806c9097ed8a05d4bdb65136b85dfd55f1f207
parent3a0c3a908d98fe451dd6bb8fcace1f9939ecd9df (diff)
fix bug in tlmgr restore
git-svn-id: svn://tug.org/texlive/trunk@41476 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index b36ad5aa137..d13b220a670 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -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;