summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index 39c547bc998..71e50e946e7 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -24,6 +24,10 @@ BEGIN {
$DefaultCategory
$DefaultContainerFormat
$DefaultContainerExtension
+ $AcceptedCompressors
+ $AcceptedCompressorsRegexp
+ %CompressorProgram
+ %CompressorArgs
$InfraLocation
$DatabaseName
$PackageBackupDir
@@ -106,6 +110,10 @@ if ($^O =~ /^MSWin/i) {
# the way we package things on the web
our $DefaultContainerFormat = "xz";
our $DefaultContainerExtension = "tar.$DefaultContainerFormat";
+our @AcceptedCompressors = qw/xz lz4/;
+our $AcceptedCompressorsRegexp = "(xz|lz4)";
+our %CompressorProgram = ( 'xz' => 'xzdec', 'lz4' => 'lz4' );
+our %CompressorArgs = ( 'xz' => '', 'lz4' => '-dcf');
# archive (not user) settings.
# these can be overridden by putting them into 00texlive.config.tlpsrc