[packages/rt2400] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:46:01 CEST 2025
commit f0b4431207116aee1eca89df66b932dac87ac1d5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:45:45 2025 +0200
Fix applying patches.
rt2400.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/rt2400.spec b/rt2400.spec
index 99d729a..c626617 100644
--- a/rt2400.spec
+++ b/rt2400.spec
@@ -79,11 +79,11 @@ Ten pakiet zawiera moduł jądra Linuksa.
%prep
%setup -q -n %{pname}-%{version}%{snap}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
#%{__sed} -i -e 's@/lib@/%{_lib}@g' Utility/Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rt2400.git/commitdiff/f0b4431207116aee1eca89df66b932dac87ac1d5
More information about the pld-cvs-commit
mailing list