commit 369b646afae308ec3f501b60177bafbe58298374 Author: Nicolas Vigier boklm@torproject.org Date: Sun Feb 26 19:48:18 2017 +0100
Fix typo in firefox --enable-update-channel option
The value of the --enable-update-channel option was empty because of this typo. --- projects/firefox/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/firefox/build b/projects/firefox/build index a8ef12f..42752d1 100644 --- a/projects/firefox/build +++ b/projects/firefox/build @@ -79,7 +79,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_chanel") %] --enable-bundled-fonts" +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 -j8 -f client.mk build make -C obj-* package INNER_MAKE_PACKAGE=true
tbb-commits@lists.torproject.org