[packages/libmatecomponent] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:53:58 CEST 2025
commit cb75dd10fdbda42346f30a5fe87f52a8d57d525b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:53:42 2025 +0200
Fix applying patches.
libmatecomponent.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libmatecomponent.spec b/libmatecomponent.spec
index d1e1d63..e6efb22 100644
--- a/libmatecomponent.spec
+++ b/libmatecomponent.spec
@@ -101,8 +101,8 @@ Dokumentacja API libmatecomponent.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's|/lib|/%{_lib}|g' utils/matecomponent-slay.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libmatecomponent.git/commitdiff/cb75dd10fdbda42346f30a5fe87f52a8d57d525b
More information about the pld-cvs-commit
mailing list