[packages/ltxml] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:10:55 CEST 2025
commit 4368542372e658db2d4cfe0415aa31b4f95b7e7a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:10:39 2025 +0200
Fix applying patches.
ltxml.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ltxml.spec b/ltxml.spec
index 649e7be..1cda20e 100644
--- a/ltxml.spec
+++ b/ltxml.spec
@@ -64,9 +64,9 @@ Statyczne biblioteki LT XML.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cd XML
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ltxml.git/commitdiff/4368542372e658db2d4cfe0415aa31b4f95b7e7a
More information about the pld-cvs-commit
mailing list