summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-04-12 06:14:12 +0000
committerNorbert Preining <preining@logic.at>2016-04-12 06:14:12 +0000
commit45904312ab52e65e7d3de3e0a196298536fefca0 (patch)
tree46138d2bcf75d3353e639bb759ab1e6d49509006 /Master/tlpkg/TeXLive/TLPDB.pm
parenta896b8c6393b46dc12372f136b6285e0d83739ae (diff)
adapt to changed calling convention
git-svn-id: svn://tug.org/texlive/trunk@40463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index ace59849960..f8da3fea605 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -362,7 +362,7 @@ sub from_file {
# cases the result, i.e., the unpackaged tlpdb, is in $tlpdbfile
#
# before we open and proceed, verify the downloaded file
- my ($r, $m) = TeXLive::TLUtils::verify_checksum($tlpdbfile, $path);
+ my ($r, $m) = TeXLive::TLUtils::verify_checksum($tlpdbfile, "$path.$TeXLive::TLConfig::ChecksumExtension");
if ($r != 0) {
tldie("$0: verification of $tlpdbfile from $path failed ($r): $m\n");
}