File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1534,19 +1534,19 @@ run_once make_packages
15341534[[ " ${noaur} " = false ]] && run_once make_packages_aur
15351535run_once make_customize_airootfs
15361536run_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
15471548fi
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
15521552exit 0
You can’t perform that action at this time.
0 commit comments