[packages/ocaml-curl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:39:28 CEST 2025
commit ecceb90acf64a41ef75ac5f445ce1b35377b0f1c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:39:13 2025 +0200
Fix applying patches.
ocaml-curl.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-curl.spec b/ocaml-curl.spec
index d621301..171b467 100644
--- a/ocaml-curl.spec
+++ b/ocaml-curl.spec
@@ -90,8 +90,8 @@ z użyciem biblioteki OCamla curl-lwt.
%prep
%setup -q -n ocurl-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-curl.git/commitdiff/ecceb90acf64a41ef75ac5f445ce1b35377b0f1c
More information about the pld-cvs-commit
mailing list