commit 46217c459f1dc7da10e3fffa7e0ae5dd97ce4752 Author: David Fifield david@bamsoftware.com Date: Wed Dec 12 12:32:01 2012 -0800
Copy files from "make dist" in the macosx bundles.
This avoids getting a bunch of documentation files not relevant for clients. --- doc/bundle-macosx.txt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/bundle-macosx.txt b/doc/bundle-macosx.txt index 1425df4..8713055 100644 --- a/doc/bundle-macosx.txt +++ b/doc/bundle-macosx.txt @@ -43,6 +43,8 @@ $ python setup.py install --root ~/bundle --prefix=/usr
== Browser bundle
+Run "make-dist" in the flashproxy source directory. + Download the 32-bit obfsproxy bundle from https://www.torproject.org/projects/obfsproxy.
@@ -57,10 +59,10 @@ Extract the bundle.
Copy files into the bundle.
- $ cp ~/flashproxy/{flashproxy-client,flashproxy-reg-email,flashproxy-reg-http} Contents/MacOS + $ cp ~/flashproxy/dist/flashproxy-client-VERSION/{flashproxy-client,flashproxy-reg-email,flashproxy-reg-http} Contents/MacOS $ cp -r ~/bundle/usr/lib/python2.7/site-packages/M2Crypto Contents/MacOS $ mkdir -p Contents/Resources/Docs/FlashProxy - $ cp ~/flashproxy/{doc/*,README,LICENSE} 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 the generic configuration, but change the obfsproxy-specific stuff).
tor-commits@lists.torproject.org