[packages/w2do] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:05:06 CEST 2025
commit 3c75590eb3ca11287e1fc3d82bdfe4ab62dcf237
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:40 2025 +0200
Fix applying patches.
w2do.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/w2do.spec b/w2do.spec
index 6e7f08e..051bd61 100644
--- a/w2do.spec
+++ b/w2do.spec
@@ -30,8 +30,8 @@ Umożliwa eksport do HTML 4.01 Strict jak również do zwykłego tekstu.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/w2do.git/commitdiff/3c75590eb3ca11287e1fc3d82bdfe4ab62dcf237
More information about the pld-cvs-commit
mailing list