[packages/ocaml-uutf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:40:37 CEST 2025
commit e328e1ba18387287544e6cd5e9d8ee4a18b49812
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:40:21 2025 +0200
Fix applying patches.
ocaml-uutf.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-uutf.spec b/ocaml-uutf.spec
index c67d436..db06377 100644
--- a/ocaml-uutf.spec
+++ b/ocaml-uutf.spec
@@ -75,8 +75,8 @@ Dokumentacja API biblioteki OCamla uutf.
%prep
%setup -q -n uutf-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
ocaml pkg/pkg.ml build --with-cmdliner true
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-uutf.git/commitdiff/e328e1ba18387287544e6cd5e9d8ee4a18b49812
More information about the pld-cvs-commit
mailing list