[packages/jtidy] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:25:31 CEST 2025
commit 5a851452eff741e4093110899ce7f5f0d131cfcd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:25:15 2025 +0200
Fix applying patches.
jtidy.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jtidy.spec b/jtidy.spec
index cc713a4..62f3a1c 100644
--- a/jtidy.spec
+++ b/jtidy.spec
@@ -67,8 +67,8 @@ Biblioteka Javy do sprawdzania składni HTML.
%prep
%setup -q -n %{name}-04aug2000r7-dev
-%patch0 -p0
-%patch1 -p1
+%patch -P0 -p0
+%patch -P1 -p1
# remove all binary libs, javadocs, and included JAXP API sources
find -name '*.jar' | xargs rm -v
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jtidy.git/commitdiff/5a851452eff741e4093110899ce7f5f0d131cfcd
More information about the pld-cvs-commit
mailing list