[packages/capi4k-utils] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:55:00 CEST 2025
commit 2b1ab7177308ba16734d889756aa3876ce42e7b8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:54:44 2025 +0200
Fix applying patches.
capi4k-utils.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/capi4k-utils.spec b/capi4k-utils.spec
index 3d8f276..509a665 100644
--- a/capi4k-utils.spec
+++ b/capi4k-utils.spec
@@ -153,14 +153,14 @@ Wtyczka CAPI dla pppd.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p0
-%patch4 -p0
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
+%patch -P3 -p0
+%patch -P4 -p0
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
cat > .config << END
CONFIG_BINDIR='%{_bindir}'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/capi4k-utils.git/commitdiff/2b1ab7177308ba16734d889756aa3876ce42e7b8
More information about the pld-cvs-commit
mailing list