[packages/nailgun] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:30:47 CEST 2025
commit 5754ee892553c5fac25dcbe296f8f68fff8f0152
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:30:31 2025 +0200
Fix applying patches.
nailgun.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nailgun.spec b/nailgun.spec
index b0f6316..b23669c 100644
--- a/nailgun.spec
+++ b/nailgun.spec
@@ -41,8 +41,8 @@ This package contains the API documentation for %{name}.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find -name '*.jar' | xargs rm -v
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nailgun.git/commitdiff/5754ee892553c5fac25dcbe296f8f68fff8f0152
More information about the pld-cvs-commit
mailing list