texlive[64610] Master/tlpkg/TeXLive/TLPSRC.pm: (from_file) <depend>:

commits+karl at tug.org commits+karl at tug.org
Tue Oct 4 21:52:30 CEST 2022


Revision: 64610
          http://tug.org/svn/texlive?view=revision&revision=64610
Author:   karl
Date:     2022-10-04 21:52:30 +0200 (Tue, 04 Oct 2022)
Log Message:
-----------
(from_file) <depend>: $2 not $1 now.

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLPSRC.pm

Modified: trunk/Master/tlpkg/TeXLive/TLPSRC.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2022-10-04 19:52:01 UTC (rev 64609)
+++ trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2022-10-04 19:52:30 UTC (rev 64610)
@@ -219,7 +219,7 @@
       push (@executes, $1) if ($1 ne "");
 
     } elsif ($line =~ /^(depend|hard)\s+(.*)$/) {
-      push (@depends, $1) if ($1 ne "");
+      push (@depends, $2) if ($2 ne "");
 
     } elsif ($line =~ /^postaction\s+(.*)$/) {
       push (@postactions, $1) if ($1 ne "");



More information about the tex-live-commits mailing list.