[packages/kernel-eplip] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:32:54 CEST 2025
commit 2b6567ff145b222ba00c73571f36911e47772671
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:32:39 2025 +0200
Fix applying patches.
kernel-eplip.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kernel-eplip.spec b/kernel-eplip.spec
index b9b165a..3d68beb 100644
--- a/kernel-eplip.spec
+++ b/kernel-eplip.spec
@@ -47,9 +47,9 @@ Moduł SMP EPLIP (Enhanced Parallel Line IP).
%prep
%setup -q -n %{_base_name}-%{version}
cp Rules.make Rules.make.smp
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cp Rules.make Rules.make.up
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel-eplip.git/commitdiff/2b6567ff145b222ba00c73571f36911e47772671
More information about the pld-cvs-commit
mailing list