summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-fix-container-infos
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-30 22:49:54 +0000
committerKarl Berry <karl@freefriends.org>2018-05-30 22:49:54 +0000
commite68e25cce32f11f30d274d48f6fff5f05d99b762 (patch)
treeff5f7b8d68c602779c0be5737de2545451ca3947 /Master/tlpkg/bin/tl-fix-container-infos
parent46f8a5bc71e55825e922495dc0483469fb37b8d6 (diff)
more xzdec eradication
git-svn-id: svn://tug.org/texlive/trunk@47879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-fix-container-infos')
-rwxr-xr-xMaster/tlpkg/bin/tl-fix-container-infos7
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tl-fix-container-infos b/Master/tlpkg/bin/tl-fix-container-infos
index e09c9dac173..f46ab5e7a57 100755
--- a/Master/tlpkg/bin/tl-fix-container-infos
+++ b/Master/tlpkg/bin/tl-fix-container-infos
@@ -1,5 +1,6 @@
#!/usr/bin/env perl
-# Copyright 2008-2016 Norbert Preining
+# $Id$
+# Copyright 2008-2018 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
@@ -74,10 +75,6 @@ sub main {
} else {
# do a full setup
my $ret = &TeXLive::TLUtils::setup_programs("$Master/tlpkg/installer");
- if ($ret == -1) {
- tlwarn("$0: no xzdec for $::_platform_, aborting.\n");
- exit 1;
- }
if (!$ret) {
tlwarn("$0: binaries could not be set up, aborting.\n");
exit 1;