texlive[44135] Master/install-tl: move default path setup earlier to

commits+preining at tug.org commits+preining at tug.org
Mon May 1 17:50:31 CEST 2017


Revision: 44135
          http://tug.org/svn/texlive?view=revision&revision=44135
Author:   preining
Date:     2017-05-01 17:50:31 +0200 (Mon, 01 May 2017)
Log Message:
-----------
move default path setup earlier to fix profile seeding

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

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2017-05-01 08:41:28 UTC (rev 44134)
+++ trunk/Master/install-tl	2017-05-01 15:50:31 UTC (rev 44135)
@@ -391,6 +391,9 @@
 

 # continuing with normal install
 
+# set default directories
+set_texlive_default_dirs();
+
 # check as soon as possible for GUI functionality to give people a chance
 # to interrupt.
 if (($opt_gui ne "text") && !$opt_no_gui && ($opt_profile eq "")) {
@@ -762,7 +765,6 @@
     $vars{'doc_splitting_supported'} = $tlpdb->config_doc_container;
   }
   set_platforms_supported();
-  set_texlive_default_dirs();
   set_install_platform();
   initialize_collections();
 
@@ -1879,6 +1881,9 @@
       next;
     }
   }
+  #require Data::Dumper;
+  #$Data::Dumper::Indent = 1;
+  #print Data::Dumper->Dump([\%vars], [qw(vars)]);
   #
   # if there are still keys in the %pro array, some unknown keys have
   # been written in the profile, bail out



More information about the tex-live-commits mailing list