From b6869717a389d65bd50e8096d033a689d9298e84 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 8 Aug 2014 00:31:29 +0300 Subject: Fixes for the --enable-canonical-installation-tree-structure case Do install the uno and startup.sh commands, smoketest needs them Change-Id: Ia530564e4b664881d730355a80e2af4476987e10 --- ure/Package_install.mk | 2 -- 1 file changed, 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),) -- cgit