From 76af9c51a535542ca9854190e12f1faa9afe0162 Mon Sep 17 00:00:00 2001 From: "mark%moxienet.com" Date: Thu, 25 Aug 2005 20:51:41 +0000 Subject: [PATCH] Backing out 305131 until the unpacker is modified to extract all of the files needed for repacking. --- browser/locales/Makefile.in | 7 ------- mail/locales/Makefile.in | 7 ------- 2 files changed, 14 deletions(-) diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in index 9e1f0453dc6..eaa14ee39b9 100644 --- a/browser/locales/Makefile.in +++ b/browser/locales/Makefile.in @@ -137,13 +137,6 @@ ifdef MOZ_BRANDING_DIRECTORY @$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* endif -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -MOZ_PKG_MAC_DSSTORE=$(_ABS_DIST)/branding/dsstore -MOZ_PKG_MAC_BACKGROUND=$(_ABS_DIST)/branding/background.png -MOZ_PKG_MAC_ICON=$(_ABS_DIST)/branding/disk.icns -MOZ_PKG_MAC_RSRC=$(_ABS_DIST)/branding/license.r -endif - PACKAGER_NO_LIBS = 1 include $(topsrcdir)/toolkit/mozapps/installer/packager.mk include $(call EXPAND_LOCALE_SRCDIR,toolkit/locales)/installer/windows/charset.mk diff --git a/mail/locales/Makefile.in b/mail/locales/Makefile.in index 33f7c2efe68..2980eb7ab99 100644 --- a/mail/locales/Makefile.in +++ b/mail/locales/Makefile.in @@ -94,13 +94,6 @@ ifdef MOZ_BRANDING_DIRECTORY @$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* endif -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -MOZ_PKG_MAC_DSSTORE=$(_ABS_DIST)/branding/dsstore -MOZ_PKG_MAC_BACKGROUND=$(_ABS_DIST)/branding/background.png -MOZ_PKG_MAC_ICON=$(_ABS_DIST)/branding/disk.icns -MOZ_PKG_MAC_RSRC=$(_ABS_DIST)/branding/license.r -endif - PACKAGER_NO_LIBS = 1 include $(topsrcdir)/toolkit/mozapps/installer/packager.mk include $(call EXPAND_LOCALE_SRCDIR,toolkit/locales)/installer/windows/charset.mk