diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2023-10-20 17:29:12 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-10-20 18:05:39 +0200 |
commit | 3978d026b57097ede0be8ac6e4ffd1164ada7474 (patch) | |
tree | 7e3a5dd023d1c95d0c0d6ba6e36d92794e116c23 | |
parent | 272686e247e81719b86c71d7d1672bc775d91031 (diff) |
Fix path of logo for Spanish dictionary
Regression from c1ddcf602ba97f8e99383f34e8027074d8193f61
"Updating RLA-ES Spanish spellcheker to v2.8."
There's no "images" subdir in "dictionaries/es"
Change-Id: Ia18110dbe04feec6553fb80501450546a0ac79a2
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/158169
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | Dictionary_es.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Dictionary_es.mk b/Dictionary_es.mk index 4a67121..d64b429 100644 --- a/Dictionary_es.mk +++ b/Dictionary_es.mk @@ -9,10 +9,6 @@ $(eval $(call gb_Dictionary_Dictionary,dict-es,dictionaries/es)) -$(eval $(call gb_Dictionary_add_files,dict-es,images,\ - dictionaries/es/RLA-ES.png \ -)) - $(eval $(call gb_Dictionary_add_root_files,dict-es,\ dictionaries/es/es_AR.aff \ dictionaries/es/es_AR.dic \ @@ -66,6 +62,7 @@ $(eval $(call gb_Dictionary_add_root_files,dict-es,\ dictionaries/es/README_hyph_es.txt \ dictionaries/es/README_th_es.txt \ dictionaries/es/LICENSE.md \ + dictionaries/es/RLA-ES.png \ )) $(eval $(call gb_Dictionary_add_thesauri,dict-es,\ |