From 37b450051362b4c54a8e05807f173b04649ce501 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 8 Feb 2022 07:39:54 +0000 Subject: =?UTF-8?q?memtest86+:=20fix=20build=20error=20(patch=20from=20F?= =?UTF-8?q?=C3=A9licien=20Pillot)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/scripts/download/memtest86plus | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources/scripts') diff --git a/resources/scripts/download/memtest86plus b/resources/scripts/download/memtest86plus index c95342a8..1b3da822 100755 --- a/resources/scripts/download/memtest86plus +++ b/resources/scripts/download/memtest86plus @@ -37,6 +37,14 @@ git clone https://review.coreboot.org/memtest86plus.git ( cd "memtest86plus/" git reset --hard a78401b9704cfdd49c89bfb31d2df08f60521d0b + +for patchfile in ../resources/memtest86plus/patch/*; do + if [ ! -f "${patchfile}" ]; then + continue + fi + git am "${patchfile}" +done + rm -Rf .git* ) -- cgit v1.2.1