summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index 0cfec0e4a32..0a087d22d00 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -604,10 +604,10 @@ sub update_from_catalogue {
# $self->cataloguedata->{'miktex'} = $entry->miktex;
#}
if (defined($entry->caption)) {
- $self->{'shortdesc'} = $entry->caption;
+ $self->{'shortdesc'} = $entry->caption unless $self->{'shortdesc'};
}
if (defined($entry->description)) {
- $self->{'longdesc'} = $entry->description;
+ $self->{'longdesc'} = $entry->description unless $self->{'longdesc'};
}
#
# we need to do the following: