diff options
author | Norbert Preining <preining@logic.at> | 2016-04-12 06:12:51 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2016-04-12 06:12:51 +0000 |
commit | f5b4316e36bc6cd2b32ca5ef80cee92f15bb8555 (patch) | |
tree | 65769bf4e69862181fc76bbfb425a07a14c2b682 /Master/texmf-dist | |
parent | ed5df79528e81f334b3d8bcc732e4e8193173e1b (diff) |
fixes from live testing
git-svn-id: svn://tug.org/texlive/trunk@40457 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index ee9117222ab..6df9eed7c96 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5853,10 +5853,10 @@ sub setup_one_remotetlpdb { ddebug("loc copy found!\n"); # we found the tlpdb matching the current location # check for the remote hash - my $path = "$location/$InfraLocation/$DatabaseName.checksum"; + my $path = "$location/$InfraLocation/$DatabaseName.$TeXLive::TLConfig::ChecksumExtension"; ddebug("remote path of digest = $path\n"); - my ($ret, $msg) = TeXLive::TLUtils::verify_checksum($loc_copy_of_remote_tlpdb, "$path.checksum"); + my ($ret, $msg) = TeXLive::TLUtils::verify_checksum($loc_copy_of_remote_tlpdb, $path); if ($ret < 0) { info(<<END_NO_INTERNET); No connection to the internet. |