mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:20:59 +02:00
memtest86+: fix build error (patch from Félicien Pillot)
This commit is contained in:
@@ -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*
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user