Skip to content

Commit

Permalink
test build with 10* patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Oct 22, 2024
1 parent 0b3532d commit 6d360bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ cd ..
while IFS= read -r file; do
echo "adding ${file}"
cp -rfv "${file}" "${PATCHES_DIR}"/"${file##*/}"
done < <(find "${APPLE_SMC_REPO_NAME}" -type f -name "*.patch" | sort)
done < <(find "${APPLE_SMC_REPO_NAME}" -type f -name "*.patch" | grep -i -v 10 | sort)

rm -rf "${TMP_DIR}"

0 comments on commit 6d360bd

Please sign in to comment.