[packages/kmuddy] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:36:06 CEST 2025
commit 6153efeb428bc1326fd2eef48065874c7c3c83c5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:35:50 2025 +0200
Fix applying patches.
kmuddy.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kmuddy.spec b/kmuddy.spec
index d9d6e45..30b49ec 100644
--- a/kmuddy.spec
+++ b/kmuddy.spec
@@ -32,8 +32,8 @@ MCCP i MSP, oraz wiele innych...
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# fix c++ syntax
%{__sed} -i 's,QColor::,,' plugins/mapper/filefilters/cmapfilefilterkmudone.cpp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kmuddy.git/commitdiff/6153efeb428bc1326fd2eef48065874c7c3c83c5
More information about the pld-cvs-commit
mailing list