[packages/anacron] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:33:27 CEST 2025
commit c57676a9eb166dec26a874bfeea2ca3d836b6a19
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:33:11 2025 +0200
Fix applying patches.
anacron.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/anacron.spec b/anacron.spec
index ecabc53..bf6ef20 100644
--- a/anacron.spec
+++ b/anacron.spec
@@ -61,11 +61,11 @@ não estão ligados 24 horas por dia.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/anacron.git/commitdiff/c57676a9eb166dec26a874bfeea2ca3d836b6a19
More information about the pld-cvs-commit
mailing list