[packages/orangesms] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:48:05 CEST 2025
commit 25f7920e620e2849e4e9eb787c158d5e87d4085c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:47:49 2025 +0200
Fix applying patches.
orangesms.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/orangesms.spec b/orangesms.spec
index 928fa00..f72b555 100644
--- a/orangesms.spec
+++ b/orangesms.spec
@@ -47,8 +47,8 @@ Interfejs dla orangesms napisany w Tk.
install %{SOURCE0} .
install %{SOURCE1} .
install %{SOURCE2} .
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find '(' -name '*.txt' -o -name '*.py' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/orangesms.git/commitdiff/25f7920e620e2849e4e9eb787c158d5e87d4085c
More information about the pld-cvs-commit
mailing list