chore: fix linux x86 build script (#780)

While the previous fix in #777 fixed repeated builds, it accidentally broke the first build!
This commit is contained in:
Andrew Scheller 2016-10-27 19:49:14 +01:00 committed by Juan Cruz Viotti
parent fdbb7673a6
commit 438c098953

View File

@ -107,7 +107,7 @@ function package_x86 {
--out=$output_directory
# Change ia32 suffix to x86 for consistency
rm -r $output_package
rm -rf $output_package
mv $output_directory/Etcher-linux-ia32 $output_package
mv $output_package/Etcher $output_package/etcher