[packages/kbfx] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:27:08 CEST 2025
commit 6a5c3c97b2dec0228c8baa97262cceec490fe914
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:26:52 2025 +0200
Fix applying patches.
kbfx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kbfx.spec b/kbfx.spec
index e72e5f7..241b0ba 100644
--- a/kbfx.spec
+++ b/kbfx.spec
@@ -58,8 +58,8 @@ Sukcesem kbfx była współpraca ze strony miłośników KDE i artystów.
%prep
%setup -q -T -b %{?with_snap:1}0 -n %{name}-%{?with_snap:%{version}-%{_snap}}%{!?with_snap:%{version}%{_rel}}
%if %{without snap}
-%patch0 -p0
-%patch1 -p1
+%patch -P0 -p0
+%patch -P1 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kbfx.git/commitdiff/6a5c3c97b2dec0228c8baa97262cceec490fe914
More information about the pld-cvs-commit
mailing list