Build the MAR file by packaging dist/$(MOZ_PKG_APPNAME) instead of dist/bin

as that location has been tailored to for distribution.  a=asa


git-svn-id: svn://10.0.0.236/trunk@174987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmp%mozilla.org 2005-06-22 02:17:13 +00:00
parent 79ba7b6cdd
commit d1a6f14a9d

View File

@ -43,11 +43,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk
# Default output location for update archive
STAGE_DIR = $(DIST)/update
full-update::
mkdir -p $(STAGE_DIR)
MAR=$(DIST)/host/bin/mar $(srcdir)/make_full_update.sh $(STAGE_DIR)/update.mar $(DIST)/bin
MAR=$(DIST)/host/bin/mar $(srcdir)/make_full_update.sh $(STAGE_DIR)/update.mar $(DIST)/$(MOZ_PKG_APPNAME)
include $(topsrcdir)/config/rules.mk