From 14815516f98b919a8e688fdbdf1175972600ca08 Mon Sep 17 00:00:00 2001 From: phancb Date: Fri, 17 Nov 2023 09:48:48 +0800 Subject: [PATCH] updpatch: refind 0.14.0.2-1 --- refind/riscv64.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/refind/riscv64.patch b/refind/riscv64.patch index fde813d5a..7e4f6558a 100644 --- a/refind/riscv64.patch +++ b/refind/riscv64.patch @@ -22,9 +22,12 @@ # remove the path prefix from the css reference, so that the css can live # in the same directory sed -e 's|../Styles/||g' -i docs/$pkgbase/*.html -@@ -28,7 +32,7 @@ build() { +@@ -26,9 +30,9 @@ prepare() { + + build() { cd $pkgname-$pkgver - make +- make ++ make OMIT_SBAT=1 make gptsync - make fs + make fs OMIT_SBAT=1