[packages/lcr] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:41:36 CEST 2025
commit 5ff919b5c8f7054ba1b040667949022fcf4d18e3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:41:20 2025 +0200
Fix applying patches.
lcr.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lcr.spec b/lcr.spec
index a7effda..afc41e4 100644
--- a/lcr.spec
+++ b/lcr.spec
@@ -43,9 +43,9 @@ chan_lcr turns LCR into an ISDN channel driver for Asterisk PBX.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# cleanup backups after patching
find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lcr.git/commitdiff/5ff919b5c8f7054ba1b040667949022fcf4d18e3
More information about the pld-cvs-commit
mailing list