[tor-commits] [tor-browser-build/master] Bug 21723: Fix inconsistent generation of MOZ_MACBUNDLE_ID
boklm at torproject.org
boklm at torproject.org
Fri Apr 7 14:02:51 UTC 2017
commit ec86de4f618aa28c3694a5af1fb941cde802cae6
Author: Nicolas Vigier <boklm at torproject.org>
Date: Fri Apr 7 13:12:44 2017 +0200
Bug 21723: Fix inconsistent generation of MOZ_MACBUNDLE_ID
Use org.torproject as the MOZ_DISTRIBUTION_ID.
This results in a bundle ID of org.torproject.torbrowser.
tor-browser-bundle.git commit: 50b6e6fff4a535044f9b506854535df757125267
---
projects/firefox/build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/firefox/build b/projects/firefox/build
index 496c215..abd699b 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -73,7 +73,7 @@ export CC='gcc -m32'
rm -f configure
rm -f js/src/configure
-make -f client.mk configure CONFIGURE_ARGS="--with-tor-browser-version=[% c("var/torbrowser_version") %] --enable-update-channel=[% c("var/torbrowser_update_channel") %] --enable-bundled-fonts"
+make -f client.mk configure CONFIGURE_ARGS="--with-tor-browser-version=[% c("var/torbrowser_version") %] --with-distribution-id=org.torproject --enable-update-channel=[% c("var/torbrowser_update_channel") %] --enable-bundled-fonts"
make -j8 -f client.mk build
make -C obj-* package INNER_MAKE_PACKAGE=true
More information about the tor-commits
mailing list