commit 25d490116f43e91c27b3f5701c6e5df04df300a6 Author: Georg Koppen georg@getfoxyproxy.org Date: Wed Nov 27 20:39:43 2013 -0800
Disable uninstall helper.exe on Win32.
Fixes 'make package' breakage on Windows builds. See https://trac.torproject.org/projects/tor/ticket/9837 --- browser/installer/package-manifest.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in index 6408606..87e2314 100644 --- a/browser/installer/package-manifest.in +++ b/browser/installer/package-manifest.in @@ -42,9 +42,9 @@ @BINPATH@/hyphenation/* @BINPATH@/browser/@PREF_DIR@/firefox-l10n.js @BINPATH@/browser/searchplugins/* -#ifdef XP_WIN32 -@BINPATH@/uninstall/helper.exe -#endif +;#ifdef XP_WIN32 +;@BINPATH@/uninstall/helper.exe +;#endif #ifdef MOZ_UPDATER @BINPATH@/update.locale @BINPATH@/updater.ini