We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d32fb commit f5f68d1Copy full SHA for f5f68d1
build.sh
@@ -603,7 +603,7 @@ make_customize_airootfs() {
603
local _airootfs _airootfs_script_options _script _script_list _airootfs_list=() _main_script
604
605
for_module '_airootfs_list+=("${module_dir}/{}/airootfs.any" "${module_dir}/{}/airootfs.${arch}")'
606
- _airootfs_list=("${channel_dir}/airootfs.any" "${channel_dir}/airootfs.${arch}")
+ _airootfs_list+=("${channel_dir}/airootfs.any" "${channel_dir}/airootfs.${arch}")
607
608
for _airootfs in "${_airootfs_list[@]}";do
609
if [[ -d "${_airootfs}" ]]; then
0 commit comments