[packages/capsel] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:55:08 CEST 2025
commit ba5c2af808ff56053340456a56e0e498dddfbf2e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:54:53 2025 +0200
Fix applying patches.
capsel.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/capsel.spec b/capsel.spec
index 1f37245..2fefbf0 100644
--- a/capsel.spec
+++ b/capsel.spec
@@ -69,9 +69,9 @@ Capsel - moduł jądra SMP.
%prep
%setup -q -n %{name}-%{version}%{_pre}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
mkdir bin/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/capsel.git/commitdiff/ba5c2af808ff56053340456a56e0e498dddfbf2e
More information about the pld-cvs-commit
mailing list