diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-03-08 15:14:03 +0000 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-03-08 15:14:03 +0000 |
commit | 9a0fd32cf6e2ada37675bc743532c5004b16e5e3 (patch) | |
tree | d66faa3279486d2e8ad72bf70e7ef522460372a0 /data/patches/torbrowser-bug-9837.patch | |
parent | 2732de330618bc29b7ab07f4004d8e84f698cf95 (diff) |
Added patches to fix build bugs for Windows, MacOS and Android
Diffstat (limited to 'data/patches/torbrowser-bug-9837.patch')
-rw-r--r-- | data/patches/torbrowser-bug-9837.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/patches/torbrowser-bug-9837.patch b/data/patches/torbrowser-bug-9837.patch new file mode 100644 index 0000000..f62f0cb --- /dev/null +++ b/data/patches/torbrowser-bug-9837.patch @@ -0,0 +1,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 + |