Skip to content

Commit f5f68d1

Browse files
committed
[fix] : Fixed module airootfs
1 parent c3d32fb commit f5f68d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ make_customize_airootfs() {
603603
local _airootfs _airootfs_script_options _script _script_list _airootfs_list=() _main_script
604604

605605
for_module '_airootfs_list+=("${module_dir}/{}/airootfs.any" "${module_dir}/{}/airootfs.${arch}")'
606-
_airootfs_list=("${channel_dir}/airootfs.any" "${channel_dir}/airootfs.${arch}")
606+
_airootfs_list+=("${channel_dir}/airootfs.any" "${channel_dir}/airootfs.${arch}")
607607

608608
for _airootfs in "${_airootfs_list[@]}";do
609609
if [[ -d "${_airootfs}" ]]; then

0 commit comments

Comments
 (0)