summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2018-06-23 18:36:00 +0000
committerNorbert Preining <preining@logic.at>2018-06-23 18:36:00 +0000
commit48796ed0ada1611a832236b01a52e2f83b366038 (patch)
treebf9d83c3039d0bf0c06fb8f1688c691e27eed6df
parent2f9d63b29f28ba09da82d83158a4c32e558e40c9 (diff)
save TC alias also into TLPOBJ/TLPDB
git-svn-id: svn://tug.org/texlive/trunk@48076 c570f23f-e606-0410-a88d-b1316a301751
-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}";
}