[packages/openjdk20] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:45:04 CEST 2025


commit a1409334a6f0b2b3e9d9c26c5e4e204643d2bc40
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:44:46 2025 +0200

    Fix applying patches.

 openjdk20.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openjdk20.spec b/openjdk20.spec
index 02ae5cf..4b3c12e 100644
--- a/openjdk20.spec
+++ b/openjdk20.spec
@@ -342,8 +342,8 @@ Przykłady dla OpenJDK.
 %prep
 %setup -qn jdk20u-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/openjdk20.git/commitdiff/a1409334a6f0b2b3e9d9c26c5e4e204643d2bc40



More information about the pld-cvs-commit mailing list