[packages/warsow] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 10:05:47 CEST 2025


commit d1cb03258d0d6665fcc74457420a1e1916f52a82
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:30:41 2025 +0200

    Fix applying patches.

 warsow.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/warsow.spec b/warsow.spec
index bf55547..7977022 100644
--- a/warsow.spec
+++ b/warsow.spec
@@ -67,9 +67,9 @@ Speedball.
 
 %prep
 %setup -q -c
-%patch0 -p0
-%patch1 -p1
-%patch2 -p0
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p0
 
 %build
 %{__make} -C source/ -j1 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/warsow.git/commitdiff/d1cb03258d0d6665fcc74457420a1e1916f52a82



More information about the pld-cvs-commit mailing list