Skip to content

Commit

Permalink
Fix path of IMAGES directory for 21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth committed Apr 4, 2024
1 parent fa45fea commit 617c978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ for branch in ${BRANCH_NAME//,/ }; do
files_to_hash+=( "$build" )
done

cd "$source_dir/out/target/product/$codename/obj/PACKAGING/target_files_intermediates/lineage_$codename-target_files-eng.root/IMAGES/"
cd "$source_dir/out/target/product/$codename/obj/PACKAGING/target_files_intermediates/lineage_$codename-target_files*/IMAGES/"
if [ "$ZIP_UP_IMAGES" = true ]; then
# zipping the .img files
echo ">> [$(date)] Zipping the .img files" | tee -a "$DEBUG_LOG"
Expand Down

0 comments on commit 617c978

Please sign in to comment.