mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-12 04:03:43 +08:00
Fix typo
This commit is contained in:
@@ -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 *
|
||||||
|
|||||||
Reference in New Issue
Block a user