[packages/tinyca] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:18:32 CEST 2025


commit de043cb66be871ef0cc8dde0a3a77dddcc1bc28f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:18:17 2025 +0200

    Fix applying patches.

 tinyca.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tinyca.spec b/tinyca.spec
index bc8f757..1f74fe7 100644
--- a/tinyca.spec
+++ b/tinyca.spec
@@ -27,8 +27,8 @@ Perl-Tk.
 
 %prep
 %setup -q -n %{name}2-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__perl} -pi -e 's:./lib:%{_datadir}/tinyca:g' tinyca2
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tinyca.git/commitdiff/de043cb66be871ef0cc8dde0a3a77dddcc1bc28f



More information about the pld-cvs-commit mailing list