soffice.bin is named soffice on Mac OS X

...confusion galore, but hopefully brings us one step closer towards a working
instdir for Mac OS X.

Change-Id: Icb37a4adb1f91c9e81aaf11036c9d3e548c5ba76
This commit is contained in:
Stephan Bergmann
2013-09-11 09:05:31 +02:00
parent a5a59bdcc5
commit 07ec7b1c2a

View File

@@ -25,6 +25,10 @@ gb_Executable_FILENAMES := $(foreach group,$(gb_Executable_VALIDGROUPS),\
gb_Executable_FILENAMES := $(patsubst uno:uno,uno:uno.bin,$(gb_Executable_FILENAMES))
gb_Executable_FILENAMES := $(patsubst gengal:gengal,gengal:gengal.bin,$(gb_Executable_FILENAMES))
ifeq ($(OS),MACOSX)
gb_Executable_FILENAMES := $(patsubst soffice.bin:soffice.bin,soffice.bin:soffice,$(gb_Executable_FILENAMES))
endif
gb_Executable_FILENAMES_FOR_BUILD := $(subst $(gb_Executable_EXT),$(gb_Executable_EXT_for_build),$(gb_Executable_FILENAMES))
# fixes for all the libraries that are named with too much creativity and do