Skip to content

Commit

Permalink
fixed micro code ! -s
Browse files Browse the repository at this point in the history
  • Loading branch information
mineyoshikawasnow committed Nov 18, 2020
1 parent 84ff5e3 commit 650291b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1363,12 +1363,12 @@ if [[ "${noiso}" = false ]]; then
run_once make_isolinux
run_once make_boot
run_once make_boot_extra
run_once make_prepare
run_once make_overisofs
if [[ "${noefi}" = false ]]; then
run_once make_efi
run_once make_efiboot
fi
run_once make_prepare
run_once make_overisofs
run_once make_iso
fi
[[ "${tarball}" = true ]] && run_once make_tarball
Expand Down

0 comments on commit 650291b

Please sign in to comment.