[packages/wordinspect] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:10:34 CEST 2025
commit 8c419586904dbdfd1eb4784935739d77b641f0d5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:48 2025 +0200
Fix applying patches.
wordinspect.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wordinspect.spec b/wordinspect.spec
index e5fceac..498366e 100644
--- a/wordinspect.spec
+++ b/wordinspect.spec
@@ -36,8 +36,8 @@ Window.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wordinspect.git/commitdiff/8c419586904dbdfd1eb4784935739d77b641f0d5
More information about the pld-cvs-commit
mailing list