summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-30 22:51:47 +0000
committerKarl Berry <karl@freefriends.org>2018-05-30 22:51:47 +0000
commite748969ef391ddfb6e7c0a7e23f2dcac8b636f14 (patch)
treeaca7d77de8ed941a1a5917362e33f8b96106e776
parente68e25cce32f11f30d274d48f6fff5f05d99b762 (diff)
yet more xzdec instances
git-svn-id: svn://tug.org/texlive/trunk@47880 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/check-tlnet-consistency4
-rw-r--r--Master/tlpkg/doc/packages.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/check-tlnet-consistency
index a48801d9002..56f8d086c06 100755
--- a/Master/tlpkg/bin/check-tlnet-consistency
+++ b/Master/tlpkg/bin/check-tlnet-consistency
@@ -100,7 +100,7 @@ sub main {
die "Cannot load tlpobj from $temp/$pkg.tlpobj: $!" unless defined($tartlpobj);
# get the src and doc containers unpacked and add the respective files
if ($dosrc) {
- system("cat $srccont | $::progs{xzdec} | $::progs{tar} -C \"$temp\" -xf - tlpkg/tlpobj");
+ system("cat $srccont | $::progs{xz} | $::progs{tar} -C \"$temp\" -xf - tlpkg/tlpobj");
if (! -r "$temp/tlpkg/tlpobj/$pkg.source.tlpobj") {
push @missingsrccontainer, $pkg;
debug("ERROR: missing src container\n");
@@ -112,7 +112,7 @@ sub main {
}
}
if ($dodoc) {
- system("cat $doccont | $::progs{xzdec} | $::progs{tar} -C \"$temp\" -xf - tlpkg/tlpobj");
+ system("cat $doccont | $::progs{xz} | $::progs{tar} -C \"$temp\" -xf - tlpkg/tlpobj");
if (! -r "$temp/tlpkg/tlpobj/$pkg.doc.tlpobj") {
push @missingdoccontainer, $pkg;
debug("ERROR: missing doc container\n");
diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt
index ac656282572..5c59fd30fde 100644
--- a/Master/tlpkg/doc/packages.txt
+++ b/Master/tlpkg/doc/packages.txt
@@ -14,7 +14,7 @@ To add a new platform:
more likely the whole set.
- if windows-ish (.exe extension),
update regexps in TLTREE.pm and tlmgr.pl and ctan2tds.
-- add xz, xzdec, maybe wget binaries in Master/tlpkg/installer,
+- add xz, maybe lz4, maybe wget binaries in Master/tlpkg/installer,
update texlive.infra.tlpsrc if no wget or otherwise needed,
update 00texlive.installer.tlpsrc if needed.
- update .tlpsrc files if necessary: most likely asymptote, biber, xindy.