diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-05 14:09:01 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-05 14:09:01 +0200 |
commit | eee0b9613cc68384698d701ad4d0d371f14df92d (patch) | |
tree | f779e0126ad1d17d461703a007401d962c9a0597 /postprocess | |
parent | 553e0c7658e0433d3f93586cd0e7abe05ba502ba (diff) |
fix placement of xcd localizations
Change-Id: Iee058e78c47f5d1084ff408b6997e7cdd98ed2ce
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/Package_registry_install.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/postprocess/Package_registry_install.mk b/postprocess/Package_registry_install.mk index ca9f7c2c8527..c79d839321a7 100644 --- a/postprocess/Package_registry_install.mk +++ b/postprocess/Package_registry_install.mk @@ -15,6 +15,11 @@ $(eval $(call gb_Package_add_files,postprocess_registry_install,share/registry,\ $(postprocess_XCDS) \ $(foreach lang,$(gb_Configuration_LANGS), \ Langpack-$(lang).xcd \ + ) \ +)) + +$(eval $(call gb_Package_add_files,postprocess_registry_install,share/registry/res,\ + $(foreach lang,$(gb_Configuration_LANGS), \ fcfg_langpack_$(lang).xcd \ registry_$(lang).xcd \ ) \ |