commit 92378d4bf8ed48ef4066b9a16988dba2b92bf5fe Author: Sukhbir Singh sukhbir@torproject.org Date: Thu Oct 8 15:18:48 2015 -0400
Update patch for jabber.ccc.de cert installer on OS X --- projects/instantbird/cert-installer.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/projects/instantbird/cert-installer.patch b/projects/instantbird/cert-installer.patch index ea5f60e..caf93bd 100644 --- a/projects/instantbird/cert-installer.patch +++ b/projects/instantbird/cert-installer.patch @@ -1,14 +1,14 @@ diff --git a/im/app/profile/moz.build b/im/app/profile/moz.build --- a/im/app/profile/moz.build +++ b/im/app/profile/moz.build -@@ -9,6 +9,7 @@ - DEFINES['HAVE_SHELL_SERVICE'] = 1 - - FINAL_TARGET_FILES.defaults.profile += [ -+ 'cert_override.txt', - 'localstore.rdf', - 'mimeTypes.rdf', - ] +@@ -7,3 +7,7 @@ + + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'mac', 'cocoa'): + DEFINES['HAVE_SHELL_SERVICE'] = 1 + + + +FINAL_TARGET_FILES.defaults.profile += [ + + 'cert_override.txt', + +] diff --git a/im/installer/package-manifest.in b/im/installer/package-manifest.in index edf01b1..78db5e4 100644 --- a/im/installer/package-manifest.in
tor-commits@lists.torproject.org