[packages/kmyirc] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:36:11 CEST 2025
commit 3619866c99f2571d14bfbf693271ca5ace841285
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:35:56 2025 +0200
Fix applying patches.
kmyirc.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kmyirc.spec b/kmyirc.spec
index de20cf1..26c21dc 100644
--- a/kmyirc.spec
+++ b/kmyirc.spec
@@ -27,9 +27,9 @@ Klient IRC dla KDE.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
kde_htmldir="%{_kdedocdir}"; export kde_htmldir
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kmyirc.git/commitdiff/3619866c99f2571d14bfbf693271ca5ace841285
More information about the pld-cvs-commit
mailing list