[packages/blcr] Fix applying patches.
    arekm 
    arekm at pld-linux.org
       
    Mon Jul 14 22:49:23 CEST 2025
    
    
  
commit a5dca21abb28334a617933313ca4cd958e5e067a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:49:07 2025 +0200
    Fix applying patches.
 blcr.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/blcr.spec b/blcr.spec
index af7aad4..9e743d2 100644
--- a/blcr.spec
+++ b/blcr.spec
@@ -143,8 +143,8 @@ p=`pwd`\
 
 %prep
 %setup -q -n %{pname}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/blcr.git/commitdiff/a5dca21abb28334a617933313ca4cd958e5e067a
    
    
More information about the pld-cvs-commit
mailing list