[packages/ntpwatchd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:37:29 CEST 2025
commit cafc6984fcdfc1589888339b3336d559e16f5985
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:37:13 2025 +0200
Fix applying patches.
ntpwatchd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ntpwatchd.spec b/ntpwatchd.spec
index 7ce494c..8b68ffc 100644
--- a/ntpwatchd.spec
+++ b/ntpwatchd.spec
@@ -19,8 +19,8 @@ Very simple SNTP daemon
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
ln -s %{_includedir}/sys/timex.h
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ntpwatchd.git/commitdiff/cafc6984fcdfc1589888339b3336d559e16f5985
More information about the pld-cvs-commit
mailing list