[packages/logwatch] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:09:19 CEST 2025
commit 620a3a45e65ad1dd4a4ab86f16c4a90a1f34fd7e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:09:03 2025 +0200
Fix applying patches.
logwatch.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/logwatch.spec b/logwatch.spec
index b313b53..ed092b5 100644
--- a/logwatch.spec
+++ b/logwatch.spec
@@ -44,10 +44,10 @@ użyciu i może pracować na większości systemów.
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
# cleanup backups after patching
find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/logwatch.git/commitdiff/620a3a45e65ad1dd4a4ab86f16c4a90a1f34fd7e
More information about the pld-cvs-commit
mailing list