[packages/clcc] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:00:17 CEST 2025


commit cd2eba1e328f68e1cf57f4f5bca360ccc7ca2e1a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:00:01 2025 +0200

    Fix applying patches.

 clcc.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/clcc.spec b/clcc.spec
index f32ab52..123655f 100644
--- a/clcc.spec
+++ b/clcc.spec
@@ -35,10 +35,10 @@ program.
 
 %prep
 %setup -q -c
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 %build
 install -d build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clcc.git/commitdiff/cd2eba1e328f68e1cf57f4f5bca360ccc7ca2e1a



More information about the pld-cvs-commit mailing list