[packages/ocaml-wlex] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:40:40 CEST 2025
commit f12852da13d603fbd22e4f9a5f74945f43d79a77
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:40:24 2025 +0200
Fix applying patches.
ocaml-wlex.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-wlex.spec b/ocaml-wlex.spec
index f3db92f..36b89a9 100644
--- a/ocaml-wlex.spec
+++ b/ocaml-wlex.spec
@@ -49,8 +49,8 @@ niezbędne do tworzenia programów używających tej biblioteki.
%prep
%setup -q -n wlex-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} wlex runtime
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-wlex.git/commitdiff/f12852da13d603fbd22e4f9a5f74945f43d79a77
More information about the pld-cvs-commit
mailing list