File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -600,10 +600,10 @@ make_pkgbuild() {
600600# Customize installation (airootfs)
601601make_customize_airootfs () {
602602 # Overwrite airootfs with customize_airootfs.
603- local _airootfs _airootfs_script_options _script _script_list _airootfs_list _main_script
603+ local _airootfs _airootfs_script_options _script _script_list _airootfs_list=() _main_script
604604
605+ for_module ' _airootfs_list+=("${module_dir}/{}/airootfs.any" "${module_dir}/{}/airootfs.${arch}")'
605606 _airootfs_list=(" ${channel_dir} /airootfs.any" " ${channel_dir} /airootfs.${arch} " )
606- for_module ' _airootfs_list=("${_airootfs_list[@]}" "${module_dir}/{}/airootfs.any" "${module_dir}/{}/airootfs.${arch}")'
607607
608608 for _airootfs in " ${_airootfs_list[@]} " ; do
609609 if [[ -d " ${_airootfs} " ]]; then
You can’t perform that action at this time.
0 commit comments