[packages/cdecl] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:56:09 CEST 2025


commit c251a405eb4609f7caf9a53179e0915209f2f64f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:55:53 2025 +0200

    Fix applying patches.

 cdecl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cdecl.spec b/cdecl.spec
index 3487669..e128cc4 100644
--- a/cdecl.spec
+++ b/cdecl.spec
@@ -61,8 +61,8 @@ kullanışlıdır.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 bison -y cdgram.y && mv -f y.tab.c cdgram.c
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cdecl.git/commitdiff/c251a405eb4609f7caf9a53179e0915209f2f64f



More information about the pld-cvs-commit mailing list