[packages/openbios] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:42:52 CEST 2025
commit f470a534eab0fa39ef68c2045ff7753743936d64
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:42:36 2025 +0200
Fix applying patches.
openbios.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openbios.spec b/openbios.spec
index 7902714..ab9675c 100644
--- a/openbios.spec
+++ b/openbios.spec
@@ -43,8 +43,8 @@ such as coreboo or U-Boot.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
CFLAGS="%{rpmcflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openbios.git/commitdiff/f470a534eab0fa39ef68c2045ff7753743936d64
More information about the pld-cvs-commit
mailing list