[packages/grubby] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:59:34 CEST 2025
commit d16f809adc5a9df0bd1fada78d6c6778b56cdb82
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:59:18 2025 +0200
Fix applying patches.
grubby.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/grubby.spec b/grubby.spec
index 29ddc5d..44e2549 100644
--- a/grubby.spec
+++ b/grubby.spec
@@ -41,9 +41,9 @@ startowym.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p2
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p2
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grubby.git/commitdiff/d16f809adc5a9df0bd1fada78d6c6778b56cdb82
More information about the pld-cvs-commit
mailing list