[packages/snarf] Fix applying patches.
    arekm 
    arekm at pld-linux.org
       
    Tue Jul 15 03:02:25 CEST 2025
    
    
  
commit 9a1781151b3b753182a9cb2f84fcf474e7c33c39
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:02:09 2025 +0200
    Fix applying patches.
 snarf.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/snarf.spec b/snarf.spec
index 176c63d..469dd82 100644
--- a/snarf.spec
+++ b/snarf.spec
@@ -26,9 +26,9 @@ sieciowych, takich jak WWW, FTP, finger i kilka innych...
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/snarf.git/commitdiff/9a1781151b3b753182a9cb2f84fcf474e7c33c39
    
    
More information about the pld-cvs-commit
mailing list