[packages/cvsfs] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:08:42 CEST 2025
commit 080c809b3d2929337f653967268ab80589c43829
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:08:26 2025 +0200
Fix applying patches.
cvsfs.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cvsfs.spec b/cvsfs.spec
index ebd106c..f05f514 100644
--- a/cvsfs.spec
+++ b/cvsfs.spec
@@ -75,12 +75,12 @@ Moduł CVS FS dla jądra Linuksa SMP.
%prep
%setup -q
-%patch0 -p0
+%patch -P0 -p0
%ifarch ppc
-%patch1 -p1
+%patch -P1 -p1
%endif
%ifarch alpha
-%patch2 -p1
+%patch -P2 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cvsfs.git/commitdiff/080c809b3d2929337f653967268ab80589c43829
More information about the pld-cvs-commit
mailing list