[packages/vcr] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:29:00 CEST 2025
commit 9ed7ce1ed56edc11f07bdb5e86b004f63aa2ed86
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:28:44 2025 +0200
Fix applying patches.
vcr.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vcr.spec b/vcr.spec
index 1a6cd45..f94b668 100644
--- a/vcr.spec
+++ b/vcr.spec
@@ -36,8 +36,8 @@ przypomnisz sobie o nagraniu wtedy, kiedy będziesz najdalej od domu...
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vcr.git/commitdiff/9ed7ce1ed56edc11f07bdb5e86b004f63aa2ed86
More information about the pld-cvs-commit
mailing list