[packages/the_silver_searcher] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:17:30 CEST 2025
commit e1e84c59f472d759e4368d05915630b5494a1ff8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:17:14 2025 +0200
Fix applying patches.
the_silver_searcher.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/the_silver_searcher.spec b/the_silver_searcher.spec
index 4bca025..1d57c3f 100644
--- a/the_silver_searcher.spec
+++ b/the_silver_searcher.spec
@@ -62,8 +62,8 @@ This package provides zsh-completion for the_silver_searcher.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__aclocal} -I m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/the_silver_searcher.git/commitdiff/e1e84c59f472d759e4368d05915630b5494a1ff8
More information about the pld-cvs-commit
mailing list