From 0d80612182b025cf448694a3f8782de77b56419f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 25 May 2018 03:40:14 +0000 Subject: try setup on windows in similar fashion as unix git-svn-id: svn://tug.org/texlive/trunk@47834 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive/TLPDB.pm') diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 3c3f4a3dce3..0670a64c6f8 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -324,7 +324,7 @@ sub from_file { # if we have xz available we try the xz file my $xz_succeeded = 0 ; my $compressorextension = ""; - if (defined($::progs{$DefaultCompressorFormat})) { + if (defined($::progs{$DecompressorProgram{$DefaultCompressorFormat}})) { # we first try the xz compressed file my ($xzfh, $xzfile) = TeXLive::TLUtils::tl_tmpfile(); close($xzfh); -- cgit v1.2.3