[packages/ice] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:11:44 CEST 2025
commit 6735e209c7ebf462315f8201049913d6858805df
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:11:28 2025 +0200
Fix applying patches.
ice.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ice.spec b/ice.spec
index 2c6f089..023c3db 100644
--- a/ice.spec
+++ b/ice.spec
@@ -217,11 +217,11 @@ Pakiet uruchomieniowy Ice dla aplikacji w PHP.
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%if %{with java}
# we nuke it only when we build new class later, as ice build system expects the file being around
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ice.git/commitdiff/6735e209c7ebf462315f8201049913d6858805df
More information about the pld-cvs-commit
mailing list