summaryrefslogtreecommitdiff
path: root/instsetoo_native/Package_setup.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-16 16:46:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-16 16:46:01 +0200
commitd1a734cef0ed5d655774c2f8ac7a2203f8c0a385 (patch)
tree6dd505832cdc0bcaa7c13230117ad50b6da5764a /instsetoo_native/Package_setup.mk
parent4fd5423739c12900e8efe2f3901568431e36a94c (diff)
Create instdir uno ini-file from instsetoo_native
...like is done for most other ini-files too, with entries indentical to the ones in scp2/source/ooo/ure.scp. (And sort ini-files lexicographically again in instsetoo_native/*.mk, broken with recent louno rename). Leave ure/source/unorc.in and ure/Pacakge_builddir_install.mk around for the cross-compilation case only. Change-Id: Ic07e036ef126db1aee2c0f6b726c2b86c2536c53
Diffstat (limited to 'instsetoo_native/Package_setup.mk')
-rw-r--r--instsetoo_native/Package_setup.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/instsetoo_native/Package_setup.mk b/instsetoo_native/Package_setup.mk
index 1f41c3d62a7c..9d44533ba19f 100644
--- a/instsetoo_native/Package_setup.mk
+++ b/instsetoo_native/Package_setup.mk
@@ -22,4 +22,8 @@ $(eval $(call gb_Package_add_files,instsetoo_native_setup,$(LIBO_ETC_FOLDER),\
$(call gb_Helper_get_rcfile,version) \
))
+$(eval $(call gb_Package_add_files,instsetoo_native_setup,$(LIBO_URE_ETC_FOLDER), \
+ $(call gb_Helper_get_rcfile,uno) \
+))
+
# vim: set noet sw=4 ts=4: