Skip to content

Commit 6fc3d8b

Browse files
committed
[update] : Organized functions to be executed at noiso
1 parent f96b9dc commit 6fc3d8b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,19 +1534,19 @@ run_once make_packages
15341534
[[ "${noaur}" = false ]] && run_once make_packages_aur
15351535
run_once make_customize_airootfs
15361536
run_once make_setup_mkinitcpio
1537-
if [[ "${noiso}" = false ]] ; then
1537+
if [[ "${noiso}" = false ]]; then
15381538
run_once make_syslinux
15391539
run_once make_isolinux
1540-
fi
1541-
run_once make_boot
1542-
[[ "${noiso}" = false ]] && run_once make_prepare
1543-
run_once make_boot_extra
1544-
if [[ "${noiso}" = false ]] && [[ "${noefi}" = false ]]; then
1545-
run_once make_efi
1546-
run_once make_efiboot
1540+
run_once make_boot
1541+
run_once make_prepare
1542+
run_once make_boot_extra
1543+
if [[ "${noefi}" = false ]]; then
1544+
run_once make_efi
1545+
run_once make_efiboot
1546+
fi
1547+
run_once make_iso
15471548
fi
15481549
[[ "${tarball}" = true ]] && run_once make_tarball
1549-
[[ "${noiso}" = false ]] && run_once make_iso
15501550
[[ "${cleaning}" = true ]] && "${script_path}/tools/clean.sh" -o -w "$(realpath "${work_dir}")" $([[ "${debug}" = true ]] && echo -n "-d")
15511551

15521552
exit 0

0 commit comments

Comments
 (0)