mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix NaCl build: tar was called incorrectly.
tar -jxf expects a file.
This commit is contained in:
parent
8f1dbaa2c5
commit
20be9a8c5b
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Also install vanilla NaCl
|
# Also install vanilla NaCl
|
||||||
[ -f $CACHE_DIR/lib/amd64/libnacl.a ] || {
|
[ -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
|
cd nacl-20110221 # pushd
|
||||||
"./do"
|
"./do"
|
||||||
# "make install"
|
# "make install"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user