[packages/aiccu] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:31:15 CEST 2025
commit c3933eda75ae1c67b8672ebcd7405109997d73d5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:30:59 2025 +0200
Fix applying patches.
aiccu.spec | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/aiccu.spec b/aiccu.spec
index 7f39937..7394b89 100644
--- a/aiccu.spec
+++ b/aiccu.spec
@@ -43,18 +43,18 @@ więcej szczegółów.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
+%patch -P10 -p1
+%patch -P11 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aiccu.git/commitdiff/c3933eda75ae1c67b8672ebcd7405109997d73d5
More information about the pld-cvs-commit
mailing list