[packages/ixgb] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:18:27 CEST 2025
commit 60319fbebc853f285d4344d754c4891da799e5a7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:18:11 2025 +0200
Fix applying patches.
ixgb.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ixgb.spec b/ixgb.spec
index 966c4f9..8a9f3dd 100644
--- a/ixgb.spec
+++ b/ixgb.spec
@@ -61,8 +61,8 @@ Intel(R) 10 Gigabit opartych o układ 82597EX.
%prep
%setup -q -n %{pname}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cat > src/Makefile <<'EOF'
obj-m := ixgb.o
ixgb-objs := ixgb_main.o ixgb_hw.o ixgb_ee.o ixgb_param.o \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ixgb.git/commitdiff/60319fbebc853f285d4344d754c4891da799e5a7
More information about the pld-cvs-commit
mailing list