[packages/wpmu-plugin-global-search] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:11:08 CEST 2025
commit 8e727f864032c2b3d904ea4f6bf53ee28af4658a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:49 2025 +0200
Fix applying patches.
wpmu-plugin-global-search.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wpmu-plugin-global-search.spec b/wpmu-plugin-global-search.spec
index bcd97c0..044da1d 100644
--- a/wpmu-plugin-global-search.spec
+++ b/wpmu-plugin-global-search.spec
@@ -32,9 +32,9 @@ multiple contact forms.
%prep
%setup -qn wpmu-%{plugin}
%undos readme.txt
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wpmu-plugin-global-search.git/commitdiff/8e727f864032c2b3d904ea4f6bf53ee28af4658a
More information about the pld-cvs-commit
mailing list