bug 410627 - No complete MARs generated for SeaMonkey Mac L10n builds, r=bsmedberg a=rhelmer

This commit is contained in:
kairo@kairo.at 2008-03-13 11:39:38 -07:00
parent 3de0f4d850
commit 11d09afaff

View File

@ -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