[packages/dvbtune] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:21:09 CEST 2025
commit ff516a3b262994dca1f859c4f0c71fd9f29e77e3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:20:53 2025 +0200
Fix applying patches.
dvbtune.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/dvbtune.spec b/dvbtune.spec
index 09370f4..97755cf 100644
--- a/dvbtune.spec
+++ b/dvbtune.spec
@@ -23,10 +23,10 @@ Prosta aplikacja do strojenia kart DVB.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p0
%build
%{__make} %{name} xml2vdr \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dvbtune.git/commitdiff/ff516a3b262994dca1f859c4f0c71fd9f29e77e3
More information about the pld-cvs-commit
mailing list