[packages/vdk] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:29:12 CEST 2025
commit 52711cf1ac4a9ef185d6c3c7fdfafa60f4d46759
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:28:56 2025 +0200
Fix applying patches.
vdk.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vdk.spec b/vdk.spec
index efe787c..7e60c6c 100644
--- a/vdk.spec
+++ b/vdk.spec
@@ -72,8 +72,8 @@ Dokumentacja API biblioteki VDK.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vdk.git/commitdiff/52711cf1ac4a9ef185d6c3c7fdfafa60f4d46759
More information about the pld-cvs-commit
mailing list