[packages/openjdk16] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:44:54 CEST 2025
commit f66b0999bcb70fabeeacaa34ddc3a755e6c3c737
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:44:38 2025 +0200
Fix applying patches.
openjdk16.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openjdk16.spec b/openjdk16.spec
index 68bc1e7..53c1b6c 100644
--- a/openjdk16.spec
+++ b/openjdk16.spec
@@ -336,8 +336,8 @@ Przykłady dla OpenJDK.
%prep
%setup -qn jdk16u-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/openjdk16.git/commitdiff/f66b0999bcb70fabeeacaa34ddc3a755e6c3c737
More information about the pld-cvs-commit
mailing list