[packages/warmux] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:05:44 CEST 2025
commit 23db821f255e62927687e48810dba25e0a4ab07b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:41 2025 +0200
Fix applying patches.
warmux.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/warmux.spec b/warmux.spec
index 307a2a1..a159382 100644
--- a/warmux.spec
+++ b/warmux.spec
@@ -53,11 +53,11 @@ warmux data files
%prep
%setup -q -n %{name}-11.04
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
# disable building unsupported locales
%{__sed} -i -e 's|cpf||g;s|ua||g' po/LINGUAS
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/warmux.git/commitdiff/23db821f255e62927687e48810dba25e0a4ab07b
More information about the pld-cvs-commit
mailing list