[packages/libwebcam] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:04:06 CEST 2025
commit 9fafb473e22ee779c0e49d5f3599ce1fab209e3e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:03:50 2025 +0200
Fix applying patches.
libwebcam.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libwebcam.spec b/libwebcam.spec
index 077a89a..69f9519 100644
--- a/libwebcam.spec
+++ b/libwebcam.spec
@@ -57,9 +57,9 @@ controls to uvc devices.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libwebcam.git/commitdiff/9fafb473e22ee779c0e49d5f3599ce1fab209e3e
More information about the pld-cvs-commit
mailing list