[Libreoffice-commits] dictionaries.git: Dictionary_gd.mk

Aron Budea baron at caesar.elte.hu
Tue Jun 14 13:55:10 UTC 2016


 Dictionary_gd.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 277e2326151aad0b97863bda696af33b371122f9
Author: Aron Budea <baron at caesar.elte.hu>
Date:   Tue Jun 7 07:57:42 2016 +0200

    tdf#90786 Put license file in the right directory
    
    In 5.2 beta1 the license file is now added, but installed
    in dict-gd/dictionaries instead of dict-gd
    
    Change-Id: Ifc6e2201b905875d13ce4d3e8e94a55cc2761678
    Reviewed-on: https://gerrit.libreoffice.org/25996
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/Dictionary_gd.mk b/Dictionary_gd.mk
index 2e64098..c086bce 100644
--- a/Dictionary_gd.mk
+++ b/Dictionary_gd.mk
@@ -9,11 +9,12 @@
 
 $(eval $(call gb_Dictionary_Dictionary,dict-gd,dictionaries/gd_GB))
 
+$(eval $(call gb_Dictionary_add_root_file,dict-gd,dictionaries/gd_GB/LICENSES-en.txt))
+
 $(eval $(call gb_Dictionary_add_files,dict-gd,dictionaries,\
 	dictionaries/gd_GB/dictionaries/gd_GB.aff \
 	dictionaries/gd_GB/dictionaries/gd_GB.dic \
 	dictionaries/gd_GB/dictionaries/README_gd_GB.txt \
-	dictionaries/gd_GB/LICENSES-en.txt \
 ))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list