[packages/cacti-plugin-boost] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:53:05 CEST 2025
commit 7e2d21fb852afcd43ffd13348108ce7ab295171c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:52:49 2025 +0200
Fix applying patches.
cacti-plugin-boost.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cacti-plugin-boost.spec b/cacti-plugin-boost.spec
index f8580d6..2275984 100644
--- a/cacti-plugin-boost.spec
+++ b/cacti-plugin-boost.spec
@@ -57,8 +57,8 @@ dużych serwisów.
%setup -qc
%undos -f php
cd %{plugin}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cd -
mv %{plugin}/{README,LICENSE,cacti_rrdsvc} .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cacti-plugin-boost.git/commitdiff/7e2d21fb852afcd43ffd13348108ce7ab295171c
More information about the pld-cvs-commit
mailing list