328391 .mar generation should package universal build when the build is universal. r=darin
git-svn-id: svn://10.0.0.236/trunk@191167 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
628e9a74ee
commit
6f082ea056
@ -50,7 +50,11 @@ include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk
|
||||
STAGE_DIR = $(DIST)/update
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifdef UNIVERSAL_BINARY
|
||||
PACKAGE_DIR = $(DIST)/universal/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app
|
||||
else
|
||||
PACKAGE_DIR = $(DIST)/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app
|
||||
endif
|
||||
else
|
||||
PACKAGE_DIR = $(DIST)/$(MOZ_PKG_APPNAME)
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user