[tor-commits] [orbot/master] make sure libs directory exists
    n8fr8 at torproject.org 
    n8fr8 at torproject.org
       
    Fri Apr  3 17:04:07 UTC 2015
    
    
  
commit 05f14ed420038e9bf310ab84f818d77afd4ab03e
Author: Nathan Freitas <nathan at freitas.net>
Date:   Thu Mar 19 08:50:55 2015 -0400
    make sure libs directory exists
---
 external/Makefile |    1 +
 1 file changed, 1 insertion(+)
diff --git a/external/Makefile b/external/Makefile
index ecaecbe..befa030 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -254,6 +254,7 @@ jtorctl-clean:
 #this is related to a bug in compression of assets and resources > 1MB
 
 assets: tor polipo jtorctl iptables
+	install -d ../libs
 	install bin/jtorctl.jar ../libs
 	install -d ../res/raw
 	-$(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-strip --strip-debug bin/polipo
    
    
More information about the tor-commits
mailing list