[packages/ocaml-net] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:40:14 CEST 2025
commit 235f1c11904b855544eee350dd6b10c0adef4fc9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:39:58 2025 +0200
Fix applying patches.
ocaml-net.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ocaml-net.spec b/ocaml-net.spec
index 2dc9145..3cb333a 100644
--- a/ocaml-net.spec
+++ b/ocaml-net.spec
@@ -752,9 +752,9 @@ używających biblioteki shell.
%prep
%setup -q -n ocamlnet-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
# no %%configure, please
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-net.git/commitdiff/235f1c11904b855544eee350dd6b10c0adef4fc9
More information about the pld-cvs-commit
mailing list