[packages/openjdk18] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:44:56 CEST 2025
commit 18d555816a7431562a7e2621c12ff4bb5de7e4e9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:44:41 2025 +0200
Fix applying patches.
openjdk18.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openjdk18.spec b/openjdk18.spec
index c2ed7e1..28b2c4a 100644
--- a/openjdk18.spec
+++ b/openjdk18.spec
@@ -342,8 +342,8 @@ Przykłady dla OpenJDK.
%prep
%setup -qn jdk18u-jdk-%{version}-ga
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
# Make sure we have /proc mounted - otherwise idlc will fail later.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openjdk18.git/commitdiff/18d555816a7431562a7e2621c12ff4bb5de7e4e9
More information about the pld-cvs-commit
mailing list