[packages/libtextcat] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:02:09 CEST 2025
commit 9988ab3dedcad4b8f5c1acb25d1a47daf0f97023
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:01:54 2025 +0200
Fix applying patches.
libtextcat.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libtextcat.spec b/libtextcat.spec
index b286790..47c5aa1 100644
--- a/libtextcat.spec
+++ b/libtextcat.spec
@@ -48,8 +48,8 @@ applications using libtextcat.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
autoreconf -f -i
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libtextcat.git/commitdiff/9988ab3dedcad4b8f5c1acb25d1a47daf0f97023
More information about the pld-cvs-commit
mailing list