[packages/gringotts] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:59:16 CEST 2025
commit 307491fa0cc6020669b9402843aa7152d125cae9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:59:00 2025 +0200
Fix applying patches.
gringotts.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gringotts.spec b/gringotts.spec
index 732ef19..9d46b20 100644
--- a/gringotts.spec
+++ b/gringotts.spec
@@ -33,9 +33,9 @@ formie.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gringotts.git/commitdiff/307491fa0cc6020669b9402843aa7152d125cae9
More information about the pld-cvs-commit
mailing list