[packages/nagios-vshell] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:30:41 CEST 2025
commit 127d357886e792d557b26c8ca0ccd41dfec03329
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:30:25 2025 +0200
Fix applying patches.
nagios-vshell.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nagios-vshell.spec b/nagios-vshell.spec
index 82321b5..0a66697 100644
--- a/nagios-vshell.spec
+++ b/nagios-vshell.spec
@@ -42,9 +42,9 @@ has gettext support for internationalization.
# use versioned build dir
%setup -qc
mv %{pkg}/* .
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# standard license
rm doc/gpl.txt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nagios-vshell.git/commitdiff/127d357886e792d557b26c8ca0ccd41dfec03329
More information about the pld-cvs-commit
mailing list