summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-08 00:31:29 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-10 10:08:36 +0300
commitb6869717a389d65bd50e8096d033a689d9298e84 (patch)
treeb4c3093338a1cb6e4110fb930500cf4c1dd5755b /ure
parent6ac523554213f11838443de0cd9b62415f5d2ffd (diff)
Fixes for the --enable-canonical-installation-tree-structure case
Do install the uno and startup.sh commands, smoketest needs them Change-Id: Ia530564e4b664881d730355a80e2af4476987e10
Diffstat (limited to 'ure')
-rw-r--r--ure/Package_install.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/ure/Package_install.mk b/ure/Package_install.mk
index 94156b87ffb0..44b5d7c94ab7 100644
--- a/ure/Package_install.mk
+++ b/ure/Package_install.mk
@@ -10,11 +10,9 @@
$(eval $(call gb_Package_Package,ure_install,$(SRCDIR)/ure/source))
ifneq (WNT,$(OS))
-ifeq ($(ENABLE_MACOSX_MACLIKE_APP_STRUCTURE),)
$(eval $(call gb_Package_add_file,ure_install,$(LIBO_URE_BIN_FOLDER)/startup.sh,startup.sh))
$(eval $(call gb_Package_add_symbolic_link,ure_install,$(LIBO_URE_BIN_FOLDER)/uno,startup.sh))
endif
-endif
ifeq (MACOSX,$(OS))
ifeq ($(ENABLE_MACOSX_MACLIKE_APP_STRUCTURE),)