[packages/htmldoc] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:09:52 CEST 2025
commit 7ea76c9e82560b31a080d084e5ceee3b389cf0ee
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:09:37 2025 +0200
Fix applying patches.
htmldoc.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/htmldoc.spec b/htmldoc.spec
index aa8fef6..68aebcb 100644
--- a/htmldoc.spec
+++ b/htmldoc.spec
@@ -36,10 +36,10 @@ PDF ze spisem treści.
%prep
%setup -q
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%configure \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/htmldoc.git/commitdiff/7ea76c9e82560b31a080d084e5ceee3b389cf0ee
More information about the pld-cvs-commit
mailing list