diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-11 09:05:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-11 09:05:31 +0200 |
commit | 07ec7b1c2ad558b5835ba6cfd69a6e69ebfd9bfe (patch) | |
tree | 02d6b3fa623dcafe6393a2c054dbbfb1cdc1b7f5 /RepositoryFixes.mk | |
parent | a5a59bdcc5226ea70e6f6bd164180af1f4fa03c9 (diff) |
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
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 51d6924aef0e..bc991bcc58ce 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -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 |