[packages/linux-atm] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:07:13 CEST 2025
commit 83f73419a40fd519be7485de0e0649fcf834b079
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:06:57 2025 +0200
Fix applying patches.
linux-atm.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/linux-atm.spec b/linux-atm.spec
index 3ef386c..91331c9 100644
--- a/linux-atm.spec
+++ b/linux-atm.spec
@@ -120,12 +120,12 @@ Firmware dla kart siecowych ATM Fore PCA/SBA 200e.
%prep
%setup -q -a1
-%patch0 -p1
+%patch -P0 -p1
%if %{with vbr}
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%endif
-%patch4 -p1
+%patch -P4 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/linux-atm.git/commitdiff/83f73419a40fd519be7485de0e0649fcf834b079
More information about the pld-cvs-commit
mailing list