texlive[48076] Master/tlpkg/TeXLive/TLPOBJ.pm: save TC alias also

commits+preining at tug.org commits+preining at tug.org
Sat Jun 23 20:36:00 CEST 2018


Revision: 48076
          http://tug.org/svn/texlive?view=revision&revision=48076
Author:   preining
Date:     2018-06-23 20:36:00 +0200 (Sat, 23 Jun 2018)
Log Message:
-----------
save TC alias also into TLPOBJ/TLPDB

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

Modified: trunk/Master/tlpkg/TeXLive/TLPOBJ.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPOBJ.pm	2018-06-23 18:35:56 UTC (rev 48075)
+++ trunk/Master/tlpkg/TeXLive/TLPOBJ.pm	2018-06-23 18:36:00 UTC (rev 48076)
@@ -844,6 +844,9 @@
     if (@{$entry->also}) {
       $self->cataloguedata->{'also'} = "@{$entry->also}";
     }
+    if (@{$entry->alias}) {
+      $self->cataloguedata->{'alias'} = "@{$entry->alias}";
+    }
     if (@{$entry->topics}) {
       $self->cataloguedata->{'topics'} = "@{$entry->topics}";
     }



More information about the tex-live-commits mailing list