texlive[41432] Master/install-tl: allow installation of

commits+preining at tug.org commits+preining at tug.org
Mon Jun 13 05:03:18 CEST 2016


Revision: 41432
          http://tug.org/svn/texlive?view=revision&revision=41432
Author:   preining
Date:     2016-06-13 05:03:17 +0200 (Mon, 13 Jun 2016)
Log Message:
-----------
allow installation of scheme-infraonly

Modified Paths:
--------------
    trunk/Master/install-tl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2016-06-13 01:16:13 UTC (rev 41431)
+++ trunk/Master/install-tl	2016-06-13 03:03:17 UTC (rev 41432)
@@ -755,7 +755,8 @@
   if (win32()) {
     non_admin() if !$vars{'option_w32_multi_user'};
   }
-  if ($vars{'n_collections_selected'} <= 0) {
+  if ($vars{'selected_scheme'} ne "scheme-infraonly"
+      && $vars{'n_collections_selected'} <= 0) {
     tlwarn("Nothing selected, nothing to install, exiting!\n");
     exit 1;
   }



More information about the tex-live-commits mailing list