[packages/sgml-tools] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:57:07 CEST 2025
commit d83abbfa5f64498df9fe36c23f28a160bdcc87fa
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:56:51 2025 +0200
Fix applying patches.
sgml-tools.spec | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/sgml-tools.spec b/sgml-tools.spec
index 8c910a7..9d0a093 100644
--- a/sgml-tools.spec
+++ b/sgml-tools.spec
@@ -98,16 +98,16 @@ sgmls - parser sprawdzający poprawność SGML.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
%build
cd sgmls-1.1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sgml-tools.git/commitdiff/d83abbfa5f64498df9fe36c23f28a160bdcc87fa
More information about the pld-cvs-commit
mailing list