[packages/nagios-fruity] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:28:52 CEST 2025
commit 73bfca5b5a8a91df62b78a8368bd9f1b2a782944
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:28:36 2025 +0200
Fix applying patches.
nagios-fruity.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nagios-fruity.spec b/nagios-fruity.spec
index 3f05156..5b528c2 100644
--- a/nagios-fruity.spec
+++ b/nagios-fruity.spec
@@ -56,8 +56,8 @@ rm -rf includes/adodb # using system adodb
# undos the source
find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cat <<EOF > apache.conf
Alias /fruity %{_appdir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nagios-fruity.git/commitdiff/73bfca5b5a8a91df62b78a8368bd9f1b2a782944
More information about the pld-cvs-commit
mailing list