[Libreoffice-commits] core.git: RepositoryFixes.mk
Stephan Bergmann
sbergman at redhat.com
Wed Sep 11 00:05:54 PDT 2013
RepositoryFixes.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 07ec7b1c2ad558b5835ba6cfd69a6e69ebfd9bfe
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Sep 11 09:05:31 2013 +0200
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
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 51d6924..bc991bc 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
More information about the Libreoffice-commits
mailing list