[packages/slsc] Fix applying patches.
    arekm 
    arekm at pld-linux.org
       
    Tue Jul 15 03:01:06 CEST 2025
    
    
  
commit 1232d04f6d89f9d0777717f7e9572adcc6551e24
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:00:50 2025 +0200
    Fix applying patches.
 slsc.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/slsc.spec b/slsc.spec
index aead6ab..3644404 100644
--- a/slsc.spec
+++ b/slsc.spec
@@ -29,10 +29,10 @@ wersji 6.1 sc Roberta Bonda.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
+%patch -P3 -p1
 
 %build
 # needed with slang in lib64
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/slsc.git/commitdiff/1232d04f6d89f9d0777717f7e9572adcc6551e24
    
    
More information about the pld-cvs-commit
mailing list