[packages/icedtea8] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:11:58 CEST 2025
commit 38a5cb1c2809bafb0c4bcc5e5b7bfed9ff6f94b8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:11:43 2025 +0200
Fix applying patches.
icedtea8.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/icedtea8.spec b/icedtea8.spec
index 9b8915b..75741c1 100644
--- a/icedtea8.spec
+++ b/icedtea8.spec
@@ -463,8 +463,8 @@ Przykłady dla OpenJDK.
%prep
%setup -qn icedtea-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# patches to applied to the extracted sources
install -d pld-patches
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/icedtea8.git/commitdiff/38a5cb1c2809bafb0c4bcc5e5b7bfed9ff6f94b8
More information about the pld-cvs-commit
mailing list