Commit 4c8418c3 authored by fuyanbin's avatar fuyanbin
Browse files

fix: 参数顺序错了

parent df44e30c
...@@ -340,7 +340,7 @@ pack_image() { ...@@ -340,7 +340,7 @@ pack_image() {
rm -rf "$super_file_ext4" rm -rf "$super_file_ext4"
fi fi
else else
repack.sh "$c_super_file" "$c_group_name" "$ALLWINNER_DEFAULT_SYSTEM_PARTITION_NAME" "$systemfile" repack.sh "$c_super_file" "$c_group_name" "$systemfile" "$ALLWINNER_DEFAULT_SYSTEM_PARTITION_NAME"
mv "$(dirname "$c_super_file")/super.new.img" "$c_super_file" mv "$(dirname "$c_super_file")/super.new.img" "$c_super_file"
fi fi
imgrepacker "$update_img_tmp_dir/update.img.dump" imgrepacker "$update_img_tmp_dir/update.img.dump"
......
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