[packages/CAMD] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:54:16 CEST 2025
commit cb4eb079b9629935131a5923ad39a8534683d33a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:54:00 2025 +0200
Fix applying patches.
CAMD.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/CAMD.spec b/CAMD.spec
index ba3341d..ebb4c8d 100644
--- a/CAMD.spec
+++ b/CAMD.spec
@@ -51,8 +51,8 @@ Statyczna biblioteka CAMD.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/CAMD.git/commitdiff/cb4eb079b9629935131a5923ad39a8534683d33a
More information about the pld-cvs-commit
mailing list