Unverified Commit ec86de4f authored by boklm's avatar boklm
Browse files

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
parent 949c0d9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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