# HG changeset patch # User Ivo Smits # Date 1318374708 -7200 # Node ID a51d07ac3f1b6e6f5b6b971b41d1748f3903c160 # Parent 6f0e6b7dc08822c84a2b065ce4b3b0b408e0df8a Fixed path to nacl in build script diff -r 6f0e6b7dc088 -r a51d07ac3f1b build.sh --- a/build.sh Thu Aug 04 18:17:06 2011 +0200 +++ b/build.sh Wed Oct 12 01:11:48 2011 +0200 @@ -39,7 +39,7 @@ (wget -q -O- "${NACLURL}" || curl -q "${NACLURL}") | bunzip2 | $tar -xf - --strip-components 1 ./do cd ../../ - ABI=`nacl/build/*/bin/okabi | head -n 1` + ABI=`tmp/nacl/build/*/bin/okabi | head -n 1` cp "tmp/nacl/build/*/lib/${ABI}/libnacl.a" lib/ cp "tmp/nacl/build/*/include/${ABI}/crypto_box_curve25519xsalsa20poly1305.h" include/ cp "tmp/nacl/build/*/include/${ABI}/crypto_scalarmult_curve25519.h" include/