[packages/gmoiss] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:49:56 CEST 2025
commit 39bd492572def1e7c41e82c8295716e205772be7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:49:40 2025 +0200
Fix applying patches.
gmoiss.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gmoiss.spec b/gmoiss.spec
index 5a5a3da..544927e 100644
--- a/gmoiss.spec
+++ b/gmoiss.spec
@@ -36,9 +36,9 @@ metodami Monte Carlo.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
rm -f acinclude.m4 missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gmoiss.git/commitdiff/39bd492572def1e7c41e82c8295716e205772be7
More information about the pld-cvs-commit
mailing list