summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index 43ccd889bd6..238dd94f393 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -844,6 +844,9 @@ sub update_from_catalogue {
if (@{$entry->also}) {
$self->cataloguedata->{'also'} = "@{$entry->also}";
}
+ if (@{$entry->alias}) {
+ $self->cataloguedata->{'alias'} = "@{$entry->alias}";
+ }
if (@{$entry->topics}) {
$self->cataloguedata->{'topics'} = "@{$entry->topics}";
}