[packages/findutils] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:32:19 CEST 2025
commit 5189ed49edb05a14b6a155505fe989ca1a882b0f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:32:04 2025 +0200
Fix applying patches.
findutils.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/findutils.spec b/findutils.spec
index bbf9b1f..a8ef1a0 100644
--- a/findutils.spec
+++ b/findutils.spec
@@ -88,8 +88,8 @@ arayabilirsiniz.
%prep
%setup -q
# patch0 is applied in install stage
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__rm} po/stamp-po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/findutils.git/commitdiff/5189ed49edb05a14b6a155505fe989ca1a882b0f
More information about the pld-cvs-commit
mailing list