Commit b2696f70 authored by fuyanbin's avatar fuyanbin
Browse files

fix: imgrepacker bug 解包时找不到文件路径

parent 235a8bfa
Pipeline #56030 passed with stages
in 25 seconds
......@@ -179,7 +179,9 @@ unpack_and_mount_image() {
echo "Allwinner PhoenixSute Image Format Detected.."
is_allwinner=1
cp "$img" "$update_img_tmp_dir/update.img"
imgrepacker /skip "$update_img_tmp_dir/update.img"
pushd "$update_img_tmp_dir"
imgrepacker /skip ./update.img
popd
rm -f "$update_img_tmp_dir/update.img"
super_file="$update_img_tmp_dir/update.img.dump/super.fex"
......
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