[packages/op_panel] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:47:41 CEST 2025
commit 2004f51d4dd1e92b03390a972950b8aa7db87e26
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:47:26 2025 +0200
Fix applying patches.
op_panel.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/op_panel.spec b/op_panel.spec
index 3d3aae2..82d1018 100644
--- a/op_panel.spec
+++ b/op_panel.spec
@@ -52,8 +52,8 @@ określonego przycisku.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/op_panel.git/commitdiff/2004f51d4dd1e92b03390a972950b8aa7db87e26
More information about the pld-cvs-commit
mailing list