[packages/blobwars] Fix applying patches.
    arekm 
    arekm at pld-linux.org
       
    Mon Jul 14 22:49:37 CEST 2025
    
    
  
commit 3566dcafd39a676987a1f0b2ef9952069dbab6d9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:49:22 2025 +0200
    Fix applying patches.
 blobwars.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/blobwars.spec b/blobwars.spec
index 9a28c9b..20577e4 100644
--- a/blobwars.spec
+++ b/blobwars.spec
@@ -34,8 +34,8 @@ opcjonalne.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/blobwars.git/commitdiff/3566dcafd39a676987a1f0b2ef9952069dbab6d9
    
    
More information about the pld-cvs-commit
mailing list