[packages/warzone2100] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:05:53 CEST 2025
commit 403bca1276aeb4eb1dbb037d0c3ac2b084cde259
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:41 2025 +0200
Fix applying patches.
warzone2100.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/warzone2100.spec b/warzone2100.spec
index feb6846..1084d82 100644
--- a/warzone2100.spec
+++ b/warzone2100.spec
@@ -63,8 +63,8 @@ Warzone 2100 data files
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# et_EE -> et
%{__sed} -e 's/et_EE/et/g' -i po/LINGUAS
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/warzone2100.git/commitdiff/403bca1276aeb4eb1dbb037d0c3ac2b084cde259
More information about the pld-cvs-commit
mailing list