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
This commit is contained in:
cmp%mozilla.org 2005-06-22 02:17:13 +00:00
Родитель e602283b72
Коммит bfced85ef6
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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