texlive[44690] Master/install-tl: fix -profile for custom-scheme

commits+preining at tug.org commits+preining at tug.org
Sun Jun 25 07:32:57 CEST 2017


Revision: 44690
          http://tug.org/svn/texlive?view=revision&revision=44690
Author:   preining
Date:     2017-06-25 07:32:57 +0200 (Sun, 25 Jun 2017)
Log Message:
-----------
fix -profile for custom-scheme

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

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2017-06-25 00:55:09 UTC (rev 44689)
+++ trunk/Master/install-tl	2017-06-25 05:32:57 UTC (rev 44690)
@@ -1913,7 +1913,7 @@
   # if a profile contains *only* the selected_scheme setting without
   # any collection, we assume that exactely that scheme should be installed
   my $coldefined = 0;
-  foreach my $k (keys %pro) {
+  foreach my $k (keys %profiledata) {
     if ($k =~ m/^collection-/) {
       $coldefined = 1;
       last;
@@ -1925,7 +1925,7 @@
   #
   # check whether the collections are actually present in case of
   # changes on the server
-  foreach my $k (keys %pro) {
+  foreach my $k (keys %profiledata) {
     if ($k =~ m/^collection-/) {
       if (!defined($tlpdb->get_package($k))) {
         tlwarn("The profile references a non-existing collection: $k\n");



More information about the tex-live-commits mailing list