[packages/xbase64] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:12:53 CEST 2025
commit ba104f385abec743cc9710a149e25cf28de44384
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:52 2025 +0200
Fix applying patches.
xbase64.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xbase64.spec b/xbase64.spec
index 773929f..cb70082 100644
--- a/xbase64.spec
+++ b/xbase64.spec
@@ -83,8 +83,8 @@ XBase64 - narzędzia do plików xbase.
# not undos - there are some CRs in the middle if lines
%{__sed} -i -e 's,\r,,' -e 's,__GNU LesserG__,__GNU_LesserG__,' xbase64/*.[ch]*
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xbase64.git/commitdiff/ba104f385abec743cc9710a149e25cf28de44384
More information about the pld-cvs-commit
mailing list