diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-fix-container-infos')
-rwxr-xr-x | Master/tlpkg/bin/tl-fix-container-infos | 7 |
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; |