[packages/camlp5] Fix applying patches.

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


commit 5f2550d2702c874852829a3dfbdeae7d64725690
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:54:06 2025 +0200

    Fix applying patches.

 camlp5.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camlp5.spec b/camlp5.spec
index 3f73e96..a75b711 100644
--- a/camlp5.spec
+++ b/camlp5.spec
@@ -85,8 +85,8 @@ Preprocesor OCamla - dokumentacja w formacie PDF.
 
 %prep
 %setup -q -n %{name}-rel%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+perl(\s|$),#!%{__perl}\1,' \
       etc/mkcamlp5.pl
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/camlp5.git/commitdiff/5f2550d2702c874852829a3dfbdeae7d64725690



More information about the pld-cvs-commit mailing list