diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-16 16:46:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-16 16:46:01 +0200 |
commit | d1a734cef0ed5d655774c2f8ac7a2203f8c0a385 (patch) | |
tree | 6dd505832cdc0bcaa7c13230117ad50b6da5764a /ure/Package_install.mk | |
parent | 4fd5423739c12900e8efe2f3901568431e36a94c (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 'ure/Package_install.mk')
-rw-r--r-- | ure/Package_install.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ure/Package_install.mk b/ure/Package_install.mk index 9834c632d29d..16acfed9bbd6 100644 --- a/ure/Package_install.mk +++ b/ure/Package_install.mk @@ -24,7 +24,6 @@ endif $(eval $(call gb_Package_add_files,ure_install,$(LIBO_URE_ETC_FOLDER),\ $(call gb_Helper_get_rcfile,jvmfwk3) \ - $(if $(filter unorc,$(call gb_Helper_get_rcfile,uno)),,$(call gb_Helper_get_rcfile,uno)) \ )) # vim:set noet sw=4 ts=4: |