mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 410627 - No complete MARs generated for SeaMonkey Mac L10n builds, r=bsmedberg a=rhelmer
This commit is contained in:
parent
3de0f4d850
commit
11d09afaff
@ -51,7 +51,11 @@ STAGE_DIR = $(DIST)/update
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifdef UNIVERSAL_BINARY
|
||||
ifneq (,$(filter %/l10n-stage,$(DIST)))
|
||||
PACKAGE_DIR = $(DIST)/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app
|
||||
else
|
||||
PACKAGE_DIR = $(DIST)/universal/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app
|
||||
endif
|
||||
else
|
||||
PACKAGE_DIR = $(DIST)/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user