You've already forked T2-Debian-and-Ubuntu-Kernel
mirror of
https://github.com/t2linux/T2-Debian-and-Ubuntu-Kernel.git
synced 2026-04-30 13:49:30 -07:00
Remove unecessary check to not use 000x patches
This commit is contained in:
+1
-1
@@ -22,4 +22,4 @@ git checkout ${T2_PATCHES_COMMIT_HASH}
|
||||
while IFS= read -r file; do
|
||||
echo "==> Adding ${file}"
|
||||
cp -rfv "${file}" "${WORKING_PATH}"/patches/"${file##*/}"
|
||||
done < <(find "${BUILD_PATH}/linux-mbp-arch" -type f -name "*.patch" | grep -vE '000[0-9]')
|
||||
done < <(find "${BUILD_PATH}/linux-mbp-arch" -type f -name "*.patch")
|
||||
|
||||
Reference in New Issue
Block a user