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

New commits:
commit 80829a174e316e34be479840640208f6f22c4b38
Author:     Julien Nabet <[email protected]>
AuthorDate: Fri Apr 4 13:08:59 2025 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Apr 5 11:04:36 2025 +0200

    Fix path of logo for Spanish dictionary
    
    Regression from 762abe74008b94b2ff06db6f4024b59a8254c467
    "Updating RLA-ES Spanish spellcheker to v2.9."
    
    There's no "images" subdir in "dictionaries/es"
    
    Change-Id: I0aef269375f01fc0d869474059693ebf7ffc9a5a
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/183711
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

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