[packages/opengrok] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:44:07 CEST 2025
commit 6c81baa6cec94831c24412b983561d437100900a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:43:52 2025 +0200
Fix applying patches.
opengrok.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/opengrok.spec b/opengrok.spec
index 8c6a28e..d70f1b1 100644
--- a/opengrok.spec
+++ b/opengrok.spec
@@ -58,9 +58,9 @@ grok (profoundly understand) the open source, hence the name OpenGrok.
%prep
%setup -q -n %{name}-%{version}-src
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# nuke prebuilt stuff
mv lib nolibs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opengrok.git/commitdiff/6c81baa6cec94831c24412b983561d437100900a
More information about the pld-cvs-commit
mailing list