[packages/vcmi] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:28:54 CEST 2025
commit 2be27e2bd0aad523efa30e7a8625dec2d24a4810
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:28:38 2025 +0200
Fix applying patches.
vcmi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vcmi.spec b/vcmi.spec
index d082588..8c70094 100644
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -55,8 +55,8 @@ możliwościami.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vcmi.git/commitdiff/2be27e2bd0aad523efa30e7a8625dec2d24a4810
More information about the pld-cvs-commit
mailing list