[packages/ekg2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:24:28 CEST 2025
commit a1332a8537b54beae626d7614a2bd41c6999130f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:24:12 2025 +0200
Fix applying patches.
ekg2.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ekg2.spec b/ekg2.spec
index 74355c4..e269e51 100644
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -317,15 +317,15 @@ git checkout FETCH_HEAD
%{__mv} ekg2-ekg2-*/* .
%endif
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
%if %{with irckeepalive}
-%patch3 -p1
+%patch -P3 -p1
%endif
-%patch4 -p1
+%patch -P4 -p1
touch po/Makefile.in.in
find -name *.c > po/POTFILES.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ekg2.git/commitdiff/a1332a8537b54beae626d7614a2bd41c6999130f
More information about the pld-cvs-commit
mailing list