[packages/git-core] - use patch -P
qboosh
qboosh at pld-linux.org
Sat Jan 11 13:44:57 CET 2025
commit 764805ac88d7a9a0f650d3db615cd4e8ef960e7e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jan 11 12:55:10 2025 +0100
- use patch -P
git-core.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 9751f22..07eaecc 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -448,9 +448,9 @@ Dopełnianie parametrów komendy git dla powłoki zsh.
%prep
%setup -q -n git-%{version}
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
# we build things in contrib but want to have it clean for doc purporses, too
cp -a contrib contrib-doc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/764805ac88d7a9a0f650d3db615cd4e8ef960e7e
More information about the pld-cvs-commit
mailing list