summaryrefslogtreecommitdiff
path: root/instsetoo_native/Package_setup.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-16 16:08:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-16 16:08:05 +0200
commit76e04aef4b4adea8179d564b158e58f495ed43a4 (patch)
treeb429304324852da5d9dd78b610a4c2babc6e13de /instsetoo_native/Package_setup.mk
parent9bd221abfb198fcdf51873e91201a2e717331ae0 (diff)
Rename LO-specific uno ini-file (Linux: program/unorc) to "louno"
...to avoid confusion with the URE uno ini-file (Linux: ure/lib/unorc). It might even work to get rid of the louno ini-file altogether and fold its contents into the fundamental ini-file, but at least desktop/source/deployment/misc/dp_misc.cxx accesses the louno ini-file directly, so would need some inspection to avoid potential regressions. Change-Id: Ib49bbc4c814d677c22e68d2dd0f11af6d8423bb6
Diffstat (limited to 'instsetoo_native/Package_setup.mk')
-rw-r--r--instsetoo_native/Package_setup.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/Package_setup.mk b/instsetoo_native/Package_setup.mk
index 19e36816f59d..1f41c3d62a7c 100644
--- a/instsetoo_native/Package_setup.mk
+++ b/instsetoo_native/Package_setup.mk
@@ -18,7 +18,7 @@ $(eval $(call gb_Package_add_files,instsetoo_native_setup,$(LIBO_ETC_FOLDER),\
$(call gb_Helper_get_rcfile,redirect))) \
$(call gb_Helper_get_rcfile,setup) \
$(call gb_Helper_get_rcfile,soffice) \
- $(call gb_Helper_get_rcfile,uno) \
+ $(call gb_Helper_get_rcfile,louno) \
$(call gb_Helper_get_rcfile,version) \
))