fix MacOS X universal build bustage from
bug 386903 by removing special-casing of suite to use xpinstall/packager (this has been fixed by
bug 377953 for usual builds), r=bsmedberg
fix MacOS X universal build bustage from
bug 386903 by removing special-casing of suite to use xpinstall/packager (this has been fixed by
bug 377953 for usual builds), r=bsmedberg
--- a/build/macosx/universal/flight.mk
+++ b/build/macosx/universal/flight.mk
@@ -64,19 +64,16 @@ INSTALLER_DIR = camino/installer
MOZ_PKG_APPNAME = camino
APPNAME = Camino.app
BUILDCONFIG_JAR = Contents/MacOS/chrome/embed.jar
else # } {
MOZ_PKG_APPNAME = $(MOZ_APP_NAME)
APPNAME = $(MOZ_APP_DISPLAYNAME)$(DBGTAG).app
BUILDCONFIG_JAR = Contents/MacOS/chrome/toolkit.jar
INSTALLER_DIR = $(MOZ_BUILD_APP)/installer
-ifeq ($(MOZ_BUILD_APP),suite) # {
-INSTALLER_DIR = xpinstall/packager
-endif # } suite
ifeq ($(MOZ_BUILD_APP),xulrunner) # {
INSTALLER_DIR = xulrunner/installer/mac
BUILDCONFIG_JAR = Versions/Current/chrome/toolkit.jar
APPNAME = XUL.framework
APP_CONTENTS = Versions/Current
endif # } xulrunner
endif # } !camino