[packages/mpich2] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:25:19 CEST 2025
commit dd71f789b11515e4c68784cd4167d9bc3f48db74
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:25:04 2025 +0200
Fix applying patches.
mpich2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mpich2.spec b/mpich2.spec
index ce0ade5..01ecd60 100644
--- a/mpich2.spec
+++ b/mpich2.spec
@@ -59,9 +59,9 @@ Contains documentations and examples for mpich2.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p1
%build
%configure \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mpich2.git/commitdiff/dd71f789b11515e4c68784cd4167d9bc3f48db74
More information about the pld-cvs-commit
mailing list