diff options
author | Aron Budea <baron@caesar.elte.hu> | 2016-06-07 07:57:42 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-06-21 23:06:11 +0000 |
commit | efd52e4e0ec6f706560e17f86ec4952f5315f41f (patch) | |
tree | 5b450f0525ae72a360a4015571fc1b3f24ea0b1d | |
parent | 7ec3bae0ae0ae4274d3377b5995f13fb155ba6b0 (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
(cherry picked from commit dfa25a44f9a31ebac4e7cbc1db1173929af055a3)
Reviewed-on: https://gerrit.libreoffice.org/26400
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-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: |