summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 15:43:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-27 15:43:37 +0100
commit69858a99c9b566303551a1bff91172917c5d624f (patch)
tree9d74a0b6bd686ec66419602574575708d70befd2 /RepositoryFixes.mk
parentc5eec1c31e7c9f3c55f199f82dd6d3017bfe4d1e (diff)
gengal script calling gengal.bin is not needed on Mac
Change-Id: If965ab126be497a7b2af227a843aeb746901def2
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 19a57323249a..b232f1af9798 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -27,7 +27,9 @@ gb_Executable_FILENAMES := $(patsubst uno:uno,uno:uno.bin,$(gb_Executable_FILENA
endif
gb_Executable_FILENAMES := $(patsubst unopkg_bin:unopkg_bin%,unopkg_bin:unopkg$(if $(filter-out MACOSX,$(OS)),.bin),$(gb_Executable_FILENAMES))
gb_Executable_FILENAMES := $(patsubst unopkg_com:unopkg_com%,unopkg_com:unopkg.com,$(gb_Executable_FILENAMES))
+ifneq ($(OS),MACOSX)
gb_Executable_FILENAMES := $(patsubst gengal:gengal,gengal:gengal.bin,$(gb_Executable_FILENAMES))
+endif
ifeq ($(OS),MACOSX)
gb_Executable_FILENAMES := $(patsubst soffice_bin:soffice_bin,soffice_bin:soffice,$(gb_Executable_FILENAMES))