commit f267b70d30d40ddd85a86b353a3681824448c276 Author: David Fifield david@bamsoftware.com Date: Wed Dec 12 12:44:24 2012 -0800
Fix a couple more bugs in the OS X bundle instructions. --- doc/bundle-macosx.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/bundle-macosx.txt b/doc/bundle-macosx.txt index 8713055..fdac6bc 100644 --- a/doc/bundle-macosx.txt +++ b/doc/bundle-macosx.txt @@ -54,7 +54,7 @@ https://www.torproject.org/dist/torbrowser/osx/TorBrowser-Obfsproxy-2.4.6-al... Extract the bundle.
$ gpg --verify TorBrowser-Obfsproxy-2.4.6-alpha-2-osx-i386-en-US.zip.asc - $ tar xzvf TorBrowser-Obfsproxy-2.4.6-alpha-2-osx-i386-en-US.zip + $ unzip TorBrowser-Obfsproxy-2.4.6-alpha-2-osx-i386-en-US.zip $ cd TorBrowser_en-US.app
Copy files into the bundle. @@ -64,7 +64,7 @@ Copy files into the bundle. $ mkdir -p Contents/Resources/Docs/FlashProxy $ cp ~/flashproxy/dist/flashproxy-client-VERSION/{doc/*,README,LICENSE} Contents/Resources/Docs/FlashProxy
-Make the second half of Data/Tor/torrc look like this (i.e., keep +Make the second half of Library/Vidalia/torrc look like this (i.e., keep the generic configuration, but change the obfsproxy-specific stuff). Basically you are concatenating the normal flashproxy-client torrc, but changing "./flashproxy-client" to "flashproxy-client".
tor-commits@lists.torproject.org