[packages/lam] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:40:27 CEST 2025
commit c52a280851535736a0869628e45ec14c706c538b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:40:11 2025 +0200
Fix applying patches.
lam.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lam.spec b/lam.spec
index 538e3d3..ea2a7aa 100644
--- a/lam.spec
+++ b/lam.spec
@@ -90,8 +90,8 @@ execução. LAM implementa totalmente o padrão MPI.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# Rename the ROMIO doc files so that we can install them in the same
# doc root later, and not overwrite LAM's doc files.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lam.git/commitdiff/c52a280851535736a0869628e45ec14c706c538b
More information about the pld-cvs-commit
mailing list