[packages/madwifi-ng] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:12:58 CEST 2025
commit 19768be70310631190f8a682b6d778c033162f70
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:12:42 2025 +0200
Fix applying patches.
madwifi-ng.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/madwifi-ng.spec b/madwifi-ng.spec
index eb363f3..bd3ced2 100644
--- a/madwifi-ng.spec
+++ b/madwifi-ng.spec
@@ -134,13 +134,13 @@ Ten pakiet zawiera moduł jądra Linuksa.\
%prep
%setup -q -n %{tname}-%{trunk}-%{snap}
# aircrack-ng
-%patch0 -p1
+%patch -P0 -p1
# werror
-%patch1 -p1
+%patch -P1 -p1
# fix - ticket 617
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%if %{with userspace}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/madwifi-ng.git/commitdiff/19768be70310631190f8a682b6d778c033162f70
More information about the pld-cvs-commit
mailing list