Commit 583d4593 authored by fuyanbin's avatar fuyanbin
Browse files

fix: update image path

parent ff894eb8
Pipeline #26570 passed with stages
in 9 seconds
......@@ -70,7 +70,7 @@ unpack_and_mount_image() {
aml_image_v2_packer -d "$img" "$build_dir"
else
is_amlogic=0
img_unpack "$img" "${build_dir}/${img}-update.img"
img_unpack "$img" "${build_dir}/$(basename "$img")-update.img"
mkdir "$build_dir/img_dir"
afptool -unpack "${build_dir}/${img}-update.img" "$build_dir/img_dir"
systemfile="$build_dir/img_dir/Image/system.img"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment