summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index e628d479868..6f363c0cff0 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -2124,9 +2124,14 @@ sub read_profile {
} # read_profile
sub do_install_packages {
- my @what;
+ # let's install the critical packages first, since they are the most
+ # likely to fail, and nothing is usable without them.
+ my @what = @TeXLive::TLConfig::CriticalPackagesList;
foreach my $package (sort keys %install) {
- push @what, $package if ($install{$package} == 1);
+ if ($install{$package} == 1
+ && $package !~ m/$CriticalPackagesRegexp/) {
+ push (@what, $package)
+ }
}
# temporary unset the localtlpdb options responsible for
# running all kind of postactions, since install_packages