Dictionary_es.mk |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 3978d026b57097ede0be8ac6e4ffd1164ada7474
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Fri Oct 20 17:29:12 2023 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Oct 20 18:05:39 2023 +0200

    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 <fit...@ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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,\

Reply via email to