Skip to content

Commit

Permalink
make: ignore failures on patch, only check for patch command
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Dec 3, 2024
1 parent f11ebae commit 93da0bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/10_apply_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ for PATCHFILE in patches/*.patch patches/${MODEL}/*.patch; do
echo ">> ${PATCHFILE}"
patch -p1 --no-backup-if-mismatch -r /dev/null -d ${ROOTFS} < ${PATCHFILE}
done

true

0 comments on commit 93da0bd

Please sign in to comment.