diff options
author | Aron Budea <baron@caesar.elte.hu> | 2016-06-07 07:57:42 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-06-14 13:54:41 +0000 |
commit | 277e2326151aad0b97863bda696af33b371122f9 (patch) | |
tree | 5b450f0525ae72a360a4015571fc1b3f24ea0b1d | |
parent | 697bbfa625583164f546b3f58a18858b56b871eb (diff) |
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@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | Dictionary_gd.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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: |