[packages/acx] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:29:47 CEST 2025
commit e01f1c0826e92278cc1620132105d55fb1eba70a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:29:31 2025 +0200
Fix applying patches.
acx.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/acx.spec b/acx.spec
index bf2a36c..8b09ccd 100644
--- a/acx.spec
+++ b/acx.spec
@@ -47,10 +47,10 @@ Sterownik dla Linuksa do kart WLAN opartych o układ ACX100/ACX111.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%build_kernel_modules -m acx
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/acx.git/commitdiff/e01f1c0826e92278cc1620132105d55fb1eba70a
More information about the pld-cvs-commit
mailing list