[tor-commits] [tor-browser-bundle/master] Install fteproxy docs to the right place in the mac descriptor.

gk at torproject.org gk at torproject.org
Fri May 9 07:04:12 UTC 2014


commit f7e0b712fcd54503a8a421eaa1b363183b67482d
Author: David Fifield <david at bamsoftware.com>
Date:   Thu May 8 11:54:54 2014 -0700

    Install fteproxy docs to the right place in the mac descriptor.
---
 gitian/descriptors/mac/gitian-pluggable-transports.yml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitian/descriptors/mac/gitian-pluggable-transports.yml b/gitian/descriptors/mac/gitian-pluggable-transports.yml
index df73197..6895c87 100644
--- a/gitian/descriptors/mac/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/mac/gitian-pluggable-transports.yml
@@ -194,8 +194,8 @@ script: |
   CFLAGS="-L$INSTDIR/Tor -I$INSTDIR/gmp/include $CFLAGS" CXXFLAGS="-L$INSTDIR/Tor -I$INSTDIR/gmp/include $CXXFLAGS" make
   cp -a bin/fteproxy $PTDIR/
   cp -ra fte $PTDIR/
-  mkdir -p $INSTDIR/Docs/fteproxy
-  cp -a {COPYING,README.md} $INSTDIR/Docs/fteproxy
+  mkdir -p $INSTDIR/TorBrowserBundle.app/Docs/fteproxy
+  cp -a {COPYING,README.md} $INSTDIR/TorBrowserBundle.app/Docs/fteproxy
   cd ..
   #
   cd $INSTDIR



More information about the tor-commits mailing list