author | Mike Hommey <mh+mozilla@glandium.org> |
Wed, 18 Jul 2012 08:34:56 +0200 | |
changeset 99724 | 179df699d81f7826b671f346a7890c03afe2c53c |
parent 99723 | c91e4d6df9a4c63e0824e37c29c526b1b04bb2ab |
child 99725 | 6b1ef31834235cde5153f91a7443b29398b541d9 |
push id | 12162 |
push user | ryanvm@gmail.com |
push date | Thu, 19 Jul 2012 01:09:12 +0000 |
treeherder | mozilla-inbound@179df699d81f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bsmedberg |
bugs | 774772, 762864 |
milestone | 17.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
toolkit/locales/l10n.mk | file | annotate | diff | comparison | revisions | |
toolkit/mozapps/installer/packager.mk | file | annotate | diff | comparison | revisions |
--- a/toolkit/locales/l10n.mk +++ b/toolkit/locales/l10n.mk @@ -115,16 +115,19 @@ repackage-zip: libs-$(AB_CD) -$(PERL) -pi.old -e "s/en-US/$(AB_CD)/g" $(JARLOG_DIR_AB_CD)/*.jar.log # call a hook for apps to put their uninstall helper.exe into the package $(UNINSTALLER_PACKAGE_HOOK) # copy xpi-stage over, but not install.rdf and chrome.manifest, # those are just for language packs cd $(DIST)/xpi-stage/locale-$(AB_CD) && \ tar --exclude=install.rdf --exclude=chrome.manifest $(TAR_CREATE_FLAGS) - * | ( cd $(STAGEDIST) && tar -xf - ) mv $(STAGEDIST)/chrome/$(AB_CD).manifest $(STAGEDIST)/chrome/localized.manifest +ifdef MOZ_WEBAPP_RUNTIME + mv $(STAGEDIST)/webapprt/chrome/$(AB_CD).manifest $(STAGEDIST)/webapprt/chrome/localized.manifest +endif ifneq (en,$(AB)) ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) mv $(_ABS_DIST)/l10n-stage/$(MOZ_PKG_DIR)/$(_APPNAME)/Contents/Resources/en.lproj $(_ABS_DIST)/l10n-stage/$(MOZ_PKG_DIR)/$(_APPNAME)/Contents/Resources/$(AB).lproj endif endif $(NSINSTALL) -D $(DIST)/l10n-stage/$(PKG_PATH) cd $(DIST)/l10n-stage; \ $(MAKE_PACKAGE)
--- a/toolkit/mozapps/installer/packager.mk +++ b/toolkit/mozapps/installer/packager.mk @@ -781,16 +781,20 @@ endif $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/components/components.manifest \ $(patsubst %,$(DIST)/manifests/%/components,$(MOZ_NONLOCALIZED_PKG_LIST)) $(PYTHON) $(MOZILLA_DIR)/toolkit/mozapps/installer/link-manifests.py \ $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/chrome/nonlocalized.manifest \ $(patsubst %,$(DIST)/manifests/%/chrome,$(MOZ_NONLOCALIZED_PKG_LIST)) $(PYTHON) $(MOZILLA_DIR)/toolkit/mozapps/installer/link-manifests.py \ $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/chrome/localized.manifest \ $(patsubst %,$(DIST)/manifests/%/chrome,$(MOZ_LOCALIZED_PKG_LIST)) +ifdef MOZ_WEBAPP_RUNTIME + mv $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome/$(AB_CD).manifest $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome/localized.manifest + sed 's/$(AB_CD)/localized/' $(DIST)/bin/webapprt/chrome.manifest > $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/webapprt/chrome.manifest +endif printf "manifest components/interfaces.manifest\nmanifest components/components.manifest\nmanifest chrome/nonlocalized.manifest\nmanifest chrome/localized.manifest\n" > $(DIST)/$(MOZ_PKG_DIR)/$(_BINPATH)/chrome.manifest else # !MOZ_PKG_MANIFEST ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa) ifndef STAGE_SDK @cd $(DIST) && rsync -auv --copy-unsafe-links $(_APPNAME) $(MOZ_PKG_DIR) @echo "Linking XPT files..." @rm -rf $(DIST)/xpt @$(NSINSTALL) -D $(DIST)/xpt