Kaydet (Commit) b6869717 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fixes for the --enable-canonical-installation-tree-structure case

Do install the uno and startup.sh commands, smoketest needs them

Change-Id: Ia530564e4b664881d730355a80e2af4476987e10
üst 6ac52355
......@@ -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),)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment