Skip to content

Commit 650291b

Browse files
fixed micro code ! -s
1 parent 84ff5e3 commit 650291b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,12 +1363,12 @@ if [[ "${noiso}" = false ]]; then
13631363
run_once make_isolinux
13641364
run_once make_boot
13651365
run_once make_boot_extra
1366-
run_once make_prepare
1367-
run_once make_overisofs
13681366
if [[ "${noefi}" = false ]]; then
13691367
run_once make_efi
13701368
run_once make_efiboot
13711369
fi
1370+
run_once make_prepare
1371+
run_once make_overisofs
13721372
run_once make_iso
13731373
fi
13741374
[[ "${tarball}" = true ]] && run_once make_tarball

0 commit comments

Comments
 (0)