[packages/ocaml] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:39:06 CEST 2025
commit 0198531a7135d8d2867aa90c720a6cc9c9369aa6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:38:50 2025 +0200
Fix applying patches.
ocaml.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocaml.spec b/ocaml.spec
index dc11fa6..3b1654e 100644
--- a/ocaml.spec
+++ b/ocaml.spec
@@ -164,9 +164,9 @@ Okasaki'ego, napisane w OCamlu, wraz z dodatkami.
%prep
%setup -q -a1 -a3
-%patch0 -p1
+%patch -P0 -p1
gunzip infoman/ocaml.info.gz
-%patch1 -p1
+%patch -P1 -p1
mkdir examples
tar xzf %{SOURCE4} -C examples
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml.git/commitdiff/0198531a7135d8d2867aa90c720a6cc9c9369aa6
More information about the pld-cvs-commit
mailing list