diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index b625fc7c65d..3bb5801f623 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -341,6 +341,11 @@ sub from_file { unlink($tlpdbfile); } else { unlink($xzfile); + # verify checksum + # TODO TODO TODO VERIFY + # either here, but we need to do the same alos 10lines down + # there when downloading the tlpdb file directly into a pipe!!! + #TeXLive::TLUtils::verify_download($tlpdbfile, $path); open($retfh, "<$tlpdbfile") || die "$0: open($tlpdbfile) failed: $!"; debug("found the uncompressed xz file\n"); } |