[packages/fcron] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:31:02 CEST 2025
commit 8ff37459115c1922655127d50c40db24ecf56794
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:30:45 2025 +0200
Fix applying patches.
fcron.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fcron.spec b/fcron.spec
index 59a5f92..86cdeec 100644
--- a/fcron.spec
+++ b/fcron.spec
@@ -70,9 +70,9 @@ uruchamianie go w zależności od obciążenia systemu i dużo więcej.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fcron.git/commitdiff/8ff37459115c1922655127d50c40db24ecf56794
More information about the pld-cvs-commit
mailing list