[packages/ekg] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:24:25 CEST 2025
commit 7cd002280b9f057850799a1fd9cd809981709122
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:24:09 2025 +0200
Fix applying patches.
ekg.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ekg.spec b/ekg.spec
index e57f62f..b79244f 100644
--- a/ekg.spec
+++ b/ekg.spec
@@ -95,13 +95,13 @@ polsku (jednak komendy są w języku angielskim).
%prep
%setup -q
-%patch0 -p0
+%patch -P0 -p0
%if %{with lock_reason}
-%patch1 -p1
+%patch -P1 -p1
%endif
-%patch2 -p0
-%patch3 -p1
-%patch4 -p1
+%patch -P2 -p0
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__aclocal} -I m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ekg.git/commitdiff/7cd002280b9f057850799a1fd9cd809981709122
More information about the pld-cvs-commit
mailing list