[tor-commits] [tor-browser/tor-browser-24.1.0esr-1] fixup! Tor Browser's Firefox preference overrides.
mikeperry at torproject.org
mikeperry at torproject.org
Mon Nov 11 23:51:40 UTC 2013
commit ba32a562a89516388621d0520cd757dbb8f0b6c5
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Mon Nov 11 14:28:18 2013 -0800
fixup! Tor Browser's Firefox preference overrides.
The pref dir was incorrect.
---
browser/installer/package-manifest.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
index 8a3028b..6408606 100644
--- a/browser/installer/package-manifest.in
+++ b/browser/installer/package-manifest.in
@@ -600,7 +600,7 @@
@BINPATH@/defaults/autoconfig/platform.js
@BINPATH@/defaults/autoconfig/prefcalls.js
@BINPATH@/browser/defaults/profile/prefs.js
- at BINPATH@/@PREF_DIR@/000-tor-browser.js
+ at BINPATH@/browser/@PREF_DIR@/000-tor-browser.js
#ifndef LIBXUL_SDK
; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325)
More information about the tor-commits
mailing list