[packages/vidix] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:29:58 CEST 2025
commit d9ead3d45f60eb162b1dc8a9ff0b57c72bd87279
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:29:42 2025 +0200
Fix applying patches.
vidix.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vidix.spec b/vidix.spec
index 9f14ee3..b881391 100644
--- a/vidix.spec
+++ b/vidix.spec
@@ -41,8 +41,8 @@ aplikacji korzystających z libvidix.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
# configure doesn't accept --libdir, but takes _libdir from env
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vidix.git/commitdiff/d9ead3d45f60eb162b1dc8a9ff0b57c72bd87279
More information about the pld-cvs-commit
mailing list