[packages/ocaml-gmp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:39:59 CEST 2025
commit dbf537fb986787fa63439a4e305a92c9f4e49fce
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:39:43 2025 +0200
Fix applying patches.
ocaml-gmp.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-gmp.spec b/ocaml-gmp.spec
index 7f45b33..df7e06e 100644
--- a/ocaml-gmp.spec
+++ b/ocaml-gmp.spec
@@ -51,8 +51,8 @@ biblioteki MLGMP.
%prep
%setup -q -n mlgmp
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
# clean up precompiled files
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-gmp.git/commitdiff/dbf537fb986787fa63439a4e305a92c9f4e49fce
More information about the pld-cvs-commit
mailing list