[tbb-commits] [tor-browser-bundle/master] Bug 11190: Workaround for broken obfs on OS X.
gk at torproject.org
gk at torproject.org
Thu May 22 11:30:45 UTC 2014
commit 5f671fa272219e1ecaf15d5d22a41c16aec64dae
Author: Georg Koppen <gk at torproject.org>
Date: Thu May 22 12:24:25 2014 +0000
Bug 11190: Workaround for broken obfs on OS X.
---
gitian/descriptors/mac/gitian-pluggable-transports.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gitian/descriptors/mac/gitian-pluggable-transports.yml b/gitian/descriptors/mac/gitian-pluggable-transports.yml
index 52dd403..59109a7 100644
--- a/gitian/descriptors/mac/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/mac/gitian-pluggable-transports.yml
@@ -151,6 +151,8 @@ script: |
cp -a bin/obfsproxy $PTDIR/obfsproxy.bin
mkdir -p $INSTDIR/TorBrowserBundle.app/Docs/Obfsproxy
cp -a {LICENSE,README} $INSTDIR/TorBrowserBundle.app/Docs/Obfsproxy
+ # XXX: Workaround for bug 11190
+ sed 's/python2/python/' -i $PTDIR/obfsproxy.bin
cd ..
# Building M2Crypto
More information about the tbb-commits
mailing list