[packages/mytop] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:28:37 CEST 2025
commit 4c995b1393a375bcef85b93415347c49937e39b1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:28:21 2025 +0200
Fix applying patches.
mytop.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mytop.spec b/mytop.spec
index 859989d..2e171e0 100644
--- a/mytop.spec
+++ b/mytop.spec
@@ -29,9 +29,9 @@ i ogólnej wydajności serwerów MySQL 3.22.x, 3.23.x i 4.x.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__perl} Makefile.PL \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mytop.git/commitdiff/4c995b1393a375bcef85b93415347c49937e39b1
More information about the pld-cvs-commit
mailing list