Fix NaCl build: tar was called incorrectly.

tar -jxf expects a file.
This commit is contained in:
iphydf 2017-01-08 16:37:56 +00:00
parent 8f1dbaa2c5
commit 20be9a8c5b
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -4,7 +4,7 @@
# Also install vanilla NaCl
[ -f $CACHE_DIR/lib/amd64/libnacl.a ] || {
curl https://hyperelliptic.org/nacl/nacl-20110221.tar.bz2 | tar -jxf
curl https://hyperelliptic.org/nacl/nacl-20110221.tar.bz2 | tar jx
cd nacl-20110221 # pushd
"./do"
# "make install"