summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-09-23 11:42:27 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-09-23 11:42:27 +0200
commitf750cc2c2c413e240ce224f3386c0b34d9ca9ec4 (patch)
treebf9390e084cc3010c0c31f68c65dfba49ea8d649
parentbed13c0e3dc78acdc0806148eea2dc72b67b22e0 (diff)
cws dict33a: #i114638# vi dictioary extension fixed
-rw-r--r--dictionaries/vi/description.xml2
-rw-r--r--dictionaries/vi/makefile.mk3
2 files changed, 3 insertions, 2 deletions
diff --git a/dictionaries/vi/description.xml b/dictionaries/vi/description.xml
index b04f0ca..afe7df5 100644
--- a/dictionaries/vi/description.xml
+++ b/dictionaries/vi/description.xml
@@ -3,13 +3,13 @@
<!-- SHOULD OR MUST BE PROVIDED ENTRIES FOLLOWING... -->
- <!--
<!-- Here you can state the license text to be displayed during installation.
You can provide more than one localized version if you like.
If no matching locale was found the first one will be displayed.
!!! Don't change the values for 'accept-by' or 'suppress-on-update' it !!!
!!! might be troublesome in multi-user installations if no shared-layer !!!
!!! installation can be done. !!! -->
+ <!--
<registration>
<simple-license accept-by="admin" suppress-on-update="false" >
<license-text xlink:href="LICENSES-en.txt" lang="en" />
diff --git a/dictionaries/vi/makefile.mk b/dictionaries/vi/makefile.mk
index 049c54a..bbca9e8 100644
--- a/dictionaries/vi/makefile.mk
+++ b/dictionaries/vi/makefile.mk
@@ -49,6 +49,7 @@ EXTENSION_ZIPNAME:=dict-vi
# just copy:
COMPONENT_FILES= \
+ $(EXTENSIONDIR)$/LICENSES-en.txt \
$(EXTENSIONDIR)$/vi_VN.aff \
$(EXTENSIONDIR)$/vi_VN.dic
@@ -57,7 +58,7 @@ COMPONENT_XCU= \
$(EXTENSIONDIR)$/dictionaries.xcu
# disable fetching default OOo license text
-CUSTOM_LICENSE=LICENSES-en.txt
+CUSTOM_LICENSE=LICENSES-vi.txt
# override default license destination
PACKLICS= $(EXTENSIONDIR)$/registration$/$(CUSTOM_LICENSE)