blob: f62f0cb39d2b6f206894aabff94b01f8789f9118 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Disable uninstall helper.exe on Win32.
Reworked for Icecat
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(-)
--- a/browser/installer/package-manifest.in 2015-01-30 23:33:42.296298458 +0100
+++ b/browser/installer/package-manifest.in 2015-02-02 03:22:28.480752158 +0100
@@ -43,7 +43,7 @@
@BINPATH@/browser/@PREF_DIR@/firefox-l10n.js
@BINPATH@/browser/searchplugins/*
#ifdef XP_WIN32
-@BINPATH@/uninstall/helper.exe
+;@BINPATH@/uninstall/helper.exe
#endif
#ifdef MOZ_UPDATER
@BINPATH@/update.locale
|