[packages/molly-guard] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:21:53 CEST 2025
commit 601623fcb528e7d4da0862967b1e6d0c3b8538c2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:21:37 2025 +0200
Fix applying patches.
molly-guard.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/molly-guard.spec b/molly-guard.spec
index 4444dc3..70bab41 100644
--- a/molly-guard.spec
+++ b/molly-guard.spec
@@ -39,9 +39,9 @@ non-interactively, or locally.
%prep
%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%{__sed} -i -e '/install/ s/-oroot -[og]root//' Makefile
%{__sed} -i -e '/chown/ s/root.root/%(id -un)/' Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/molly-guard.git/commitdiff/601623fcb528e7d4da0862967b1e6d0c3b8538c2
More information about the pld-cvs-commit
mailing list