[packages/efivar] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:23:48 CEST 2025
commit f7a6b492dd5b15b0eadca5eeea2fccc7824c964e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:23:32 2025 +0200
Fix applying patches.
efivar.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/efivar.spec b/efivar.spec
index 2be0e07..fa89c9d 100644
--- a/efivar.spec
+++ b/efivar.spec
@@ -72,8 +72,8 @@ Statyczna biblioteka efivar.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} -j1 all static \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/efivar.git/commitdiff/f7a6b492dd5b15b0eadca5eeea2fccc7824c964e
More information about the pld-cvs-commit
mailing list