This commit is contained in:
The-going 2022-01-23 15:11:08 +03:00
parent 404d4119d8
commit 49e2c7fdc0
No known key found for this signature in database
GPG Key ID: F1D128D95A0F4F3A

View File

@ -933,6 +933,7 @@ process_patch_file()
lsdiff -s --strip=1 "${patch}" | grep '^+' | awk '{print $2}' | xargs -I % sh -c 'rm -f %'
echo "Processing file $patch" >> "${DEST}"/${LOG_SUBPATH}/patching.log
echo "$patch" >> "${DEST}"/${LOG_SUBPATH}/series.armbian.log
patch --batch --silent -p1 -N < "${patch}" >> "${DEST}"/${LOG_SUBPATH}/patching.log 2>&1
if [[ $? -ne 0 ]]; then