[packages/kprof] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:37:24 CEST 2025
commit c485dac4f0965b86d885c668bd615cee0bbdac69
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:37:08 2025 +0200
Fix applying patches.
kprof.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kprof.spec b/kprof.spec
index 17ae039..af379cf 100644
--- a/kprof.spec
+++ b/kprof.spec
@@ -30,9 +30,9 @@ wygenerowane przez gprof(1).
%prep
%setup -q -n %{name} -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cp -f /usr/share/automake/config.sub admin
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kprof.git/commitdiff/c485dac4f0965b86d885c668bd615cee0bbdac69
More information about the pld-cvs-commit
mailing list