From 3b194ab1cd1fcede0932e5158ecd1fb77c673fe1 Mon Sep 17 00:00:00 2001 From: Robert Strong Date: Tue, 16 Oct 2012 13:10:40 -0700 Subject: [PATCH] Bug 798255 - Firefox net / stub installer for localized builds. r=glandium, r=bsmedberg --- browser/locales/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in index c1d7118ca27..5192ed70093 100644 --- a/browser/locales/Makefile.in +++ b/browser/locales/Makefile.in @@ -67,6 +67,8 @@ UNINSTALLER_PACKAGE_HOOK = $(RM) -r $(STAGEDIST)/uninstall; \ cp ../installer/windows/l10ngen/helper.exe $(STAGEDIST)/uninstall; \ $(RM) $(_ABS_DIST)/l10n-stage/setup.exe; \ cp ../installer/windows/l10ngen/setup.exe $(_ABS_DIST)/l10n-stage; \ + cp ../installer/windows/l10ngen/stub.exe $(_ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME)-stub.exe; \ + chmod 0755 $(_ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME)-stub.exe; \ $(NULL) endif