[packages/gtop] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:03:46 CEST 2025
commit 6b5ba9a313b7edf6370839901932f4b7869dce41
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:03:30 2025 +0200
Fix applying patches.
gtop.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtop.spec b/gtop.spec
index 34fa50f..1acbd52 100644
--- a/gtop.spec
+++ b/gtop.spec
@@ -34,10 +34,10 @@ postaci graficznej informacje na temat pamięci i procesów.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gtop.git/commitdiff/6b5ba9a313b7edf6370839901932f4b7869dce41
More information about the pld-cvs-commit
mailing list