mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-20 14:26:38 +08:00
Fix typo
This commit is contained in:
parent
023086a44d
commit
af1cac6c63
@ -45,6 +45,6 @@ fi
|
|||||||
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
|
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
|
||||||
cd ../binary_distrib/linux64
|
cd ../binary_distrib/linux64
|
||||||
else
|
else
|
||||||
cd ../binarey_distrib/linux32
|
cd ../binary_distrib/linux32
|
||||||
fi
|
fi
|
||||||
tar -czvf ../../binary_distrib.tar.gz *
|
tar -czvf ../../binary_distrib.tar.gz *
|
||||||
|
Loading…
Reference in New Issue
Block a user