[packages/cipe] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:59:28 CEST 2025
commit 21e5f4bd917807f202ae041ae29510a0be9b9e6b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:59:12 2025 +0200
Fix applying patches.
cipe.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/cipe.spec b/cipe.spec
index 42e743c..b130b52 100644
--- a/cipe.spec
+++ b/cipe.spec
@@ -136,11 +136,11 @@ skompilowany dla %{_kernel_ver}smp.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-# %patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+# %%patch3 -p1
+%patch -P4 -p1
%build
mv -f conf/aclocal.m4 conf/acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cipe.git/commitdiff/21e5f4bd917807f202ae041ae29510a0be9b9e6b
More information about the pld-cvs-commit
mailing list