commit a5161d881b651531b1748ce3540c290b746f3b4a Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Mar 23 09:46:04 2015 +0530
Fix a typo in tor-mail/build script --- projects/tor-mail/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/tor-mail/build b/projects/tor-mail/build index f4de32f..91ec5e7 100644 --- a/projects/tor-mail/build +++ b/projects/tor-mail/build @@ -18,9 +18,9 @@ mv user.js bundle/Mail/defaults/profile/
cd bundle/Mail/extensions mkdir castironthunderbirdclub@torproject.org -7z x -y -o castironthunderbirdclub@torproject.org $rootdir/[% c('input_files_by_name/torbirdy') %] +7z x -y -ocastironthunderbirdclub@torproject.org $rootdir/[% c('input_files_by_name/torbirdy') %] mkdir tor-launcher@torproject.org -7z x -y -o tor-launcher@torproject.org $rootdir/[% c('input_files_by_name/tor-launcher') %] +7z x -y -otor-launcher@torproject.org $rootdir/[% c('input_files_by_name/tor-launcher') %] mkdir -p tor-launcher@torproject.org/TorBrowser/Data
[% IF c("var/windows") -%]
tor-commits@lists.torproject.org