Skip to content

Commit

Permalink
chore: fix linux x86 build script (#780)
Browse files Browse the repository at this point in the history
While the previous fix in #777 fixed repeated builds, it accidentally broke the first build!
  • Loading branch information
lurch authored and Juan Cruz Viotti committed Oct 27, 2016
1 parent fdbb767 commit 438c098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 438c098

Please sign in to comment.