Mercurial > hg > quicktun
changeset 31:a51d07ac3f1b
Fixed path to nacl in build script
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Wed, 12 Oct 2011 01:11:48 +0200 |
parents | 6f0e6b7dc088 |
children | 51c6d2fc712f |
files | build.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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/