[packages/linux-wlan-ng] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:08:02 CEST 2025
commit d54381d52a2b011be2a080ee5ecac25f36ab327c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:07:46 2025 +0200
Fix applying patches.
linux-wlan-ng.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/linux-wlan-ng.spec b/linux-wlan-ng.spec
index 946b18e..65745e2 100644
--- a/linux-wlan-ng.spec
+++ b/linux-wlan-ng.spec
@@ -137,9 +137,9 @@ sieciowych PCMCIA.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
sed -i "s#PCMCIA_SRC=.*#PCMCIA_SRC=%{_kernelsrcdir}#g; s#PRISM2_\([^=]*\)=[yn]#PRISM2_\1=y#; s#TARGET_ROOT_ON_HOST=#TARGET_ROOT_ON_HOST=$RPM_BUILD_ROOT#" config.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/linux-wlan-ng.git/commitdiff/d54381d52a2b011be2a080ee5ecac25f36ab327c
More information about the pld-cvs-commit
mailing list