From 44c15ad597365e3a6efd0513e1806611540528b5 Mon Sep 17 00:00:00 2001 From: "kairo%kairo.at" Date: Mon, 9 Jul 2007 18:24:29 +0000 Subject: [PATCH] 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 --- build/macosx/universal/flight.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/macosx/universal/flight.mk b/build/macosx/universal/flight.mk index de1216224a1..4828aea5498 100644 --- a/build/macosx/universal/flight.mk +++ b/build/macosx/universal/flight.mk @@ -69,9 +69,6 @@ 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