[tor-commits] [tor-browser-bundle/master] Bug 23171: Copy snowflake doc files to proper location
    gk at torproject.org 
    gk at torproject.org
       
    Thu Aug 10 10:32:27 UTC 2017
    
    
  
commit 32c98b835b5b104de5817d1d54ffaa3755a70b4d
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Aug 10 10:00:34 2017 +0000
    Bug 23171: Copy snowflake doc files to proper location
---
 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 ebfcaa9..710f891 100644
--- a/gitian/descriptors/mac/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/mac/gitian-pluggable-transports.yml
@@ -231,8 +231,8 @@ script: |
   cmp client client.stomped && (echo "No paths replaced in snowflake-client. Maybe the replacement failed or is no longer needed. Check descriptors/mac/gitian-pluggable-transports.yml"; exit 1)
   cp -a client.stomped $PTDIR/snowflake-client
   cd ..
-  mkdir -p $INSTDIR/Docs/snowflake
-  cp -a README.md LICENSE $INSTDIR/Docs/snowflake
+  mkdir -p $DOCSDIR/snowflake
+  cp -a README.md LICENSE $DOCSDIR/snowflake
   cd ..
 
   # Grabbing the result
    
    
More information about the tor-commits
mailing list