[packages/nvtv] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:38:25 CEST 2025
commit 0e79d3ed0c8b65606ada1bd8380cc0633044cf98
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:38:10 2025 +0200
Fix applying patches.
nvtv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nvtv.spec b/nvtv.spec
index 687746f..1b04617 100644
--- a/nvtv.spec
+++ b/nvtv.spec
@@ -78,8 +78,8 @@ Statyczna biblioteka libnvtvsimple.
%prep
%setup -q -b1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
cp -f /usr/share/automake/config.* .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nvtv.git/commitdiff/0e79d3ed0c8b65606ada1bd8380cc0633044cf98
More information about the pld-cvs-commit
mailing list