Fix path of logo for Spanish dictionary
Regression from c1ddcf602b
"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>
This commit is contained in:
parent
272686e247
commit
3978d026b5
|
@ -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,\
|
||||
|
|
Loading…
Reference in New Issue