[packages/coreutils] - use patch -P
qboosh
qboosh at pld-linux.org
Sun Jan 19 17:51:55 CET 2025
commit 02d49efb59e06e5d369865cef8e85f45c7ec58e5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jan 19 17:24:51 2025 +0100
- use patch -P
coreutils.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/coreutils.spec b/coreutils.spec
index f592fda..fdf1e60 100644
--- a/coreutils.spec
+++ b/coreutils.spec
@@ -107,20 +107,20 @@ Programy zawarte w tym pakiecie to:
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
-%patch6 -p1
+%patch -P6 -p1
%ifarch sparc64
-%patch7 -p1
+%patch -P7 -p1
%endif
%if %{with advcopy}
# progress-bar patch, -g,--progress-bar //if in doubt, comment it out
-%patch9 -p1
+%patch -P9 -p1
%endif
-%patch10 -p1
+%patch -P10 -p1
%{__mv} man/pt_BR man/pt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/coreutils.git/commitdiff/02d49efb59e06e5d369865cef8e85f45c7ec58e5
More information about the pld-cvs-commit
mailing list