[packages/incron] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:14:24 CEST 2025
commit 9fdb565b94c76e337bf45bae0702ea31e9c2690c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:14:08 2025 +0200
Fix applying patches.
incron.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/incron.spec b/incron.spec
index a223c0b..25b3b76 100644
--- a/incron.spec
+++ b/incron.spec
@@ -48,11 +48,11 @@ rather than time periods.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/incron.git/commitdiff/9fdb565b94c76e337bf45bae0702ea31e9c2690c
More information about the pld-cvs-commit
mailing list