[packages/recode] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:40:57 CEST 2025
commit c35efe85fdb49b4d430691e18b015bd5d0291121
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:40:41 2025 +0200
Fix applying patches.
recode.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/recode.spec b/recode.spec
index 2b7986c..481067b 100644
--- a/recode.spec
+++ b/recode.spec
@@ -66,8 +66,8 @@ Biblioteka statyczna librecode.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i '1 i @documentencoding ISO-8859-1' doc/recode.texi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/recode.git/commitdiff/c35efe85fdb49b4d430691e18b015bd5d0291121
More information about the pld-cvs-commit
mailing list