texlive[46898] Master/install-tl: fix overwritten location

commits+preining at tug.org commits+preining at tug.org
Fri Mar 9 10:20:10 CET 2018


Revision: 46898
          http://tug.org/svn/texlive?view=revision&revision=46898
Author:   preining
Date:     2018-03-09 10:20:09 +0100 (Fri, 09 Mar 2018)
Log Message:
-----------
fix overwritten location

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

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2018-03-09 08:20:19 UTC (rev 46897)
+++ trunk/Master/install-tl	2018-03-09 09:20:09 UTC (rev 46898)
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 # $Id$
 # 
-# Copyright 2007-2017
+# Copyright 2007-2018
 # Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
@@ -2004,6 +2004,7 @@
     $localtlpdb->option ("location", $final_loc);
   }
   for my $o (keys %TeXLive::TLConfig::TLPDBOptions) {
+    next if ($o eq "location"); # done above already
     $localtlpdb->option ($o, $vars{"tlpdbopt_$o"});
   }
   my @archs;



More information about the tex-live-commits mailing list