[packages/ckermit] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:59:51 CEST 2025
commit f8e41ec445926f6018e4eba671c6c54a1f88313d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:59:35 2025 +0200
Fix applying patches.
ckermit.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ckermit.spec b/ckermit.spec
index 6bd32c3..df97dbe 100644
--- a/ckermit.spec
+++ b/ckermit.spec
@@ -44,10 +44,10 @@ komunikacyjnych.
%prep
%setup -q -c
-%patch0 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
%if %{with kerberos5}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ckermit.git/commitdiff/f8e41ec445926f6018e4eba671c6c54a1f88313d
More information about the pld-cvs-commit
mailing list