diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-09 18:06:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-09 18:07:26 +0100 |
commit | 57e6d742a9e2aeb11b179122991e7d35ca54543c (patch) | |
tree | c72eae79a692aa05aa8d5e3a0ac2370b82639bb0 /RepositoryFixes.mk | |
parent | d51502c654ddc3ff6ef8ca7b8f190807bb0a8010 (diff) |
On Mac OS X, directly name the executable "unopkg"
Change-Id: I5f846d7f7c5ed54179504f551e19227f7283bda2
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index bbffb96a153b..19a57323249a 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -25,7 +25,7 @@ gb_Executable_FILENAMES := $(foreach group,$(gb_Executable_VALIDGROUPS),\ ifneq (,$(filter-out MACOSX WNT,$(OS))) gb_Executable_FILENAMES := $(patsubst uno:uno,uno:uno.bin,$(gb_Executable_FILENAMES)) endif -gb_Executable_FILENAMES := $(patsubst unopkg_bin:unopkg_bin%,unopkg_bin:unopkg.bin,$(gb_Executable_FILENAMES)) +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)) gb_Executable_FILENAMES := $(patsubst gengal:gengal,gengal:gengal.bin,$(gb_Executable_FILENAMES)) |