[packages/cgit] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:57:39 CEST 2025
commit 0afed7c62f029f700e373718c279f252ee1683fd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:57:23 2025 +0200
Fix applying patches.
cgit.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cgit.spec b/cgit.spec
index 8ead37a..51c22c5 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -43,8 +43,8 @@ HTML zapisany jest na dysku dla kolejnych żądań.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cp %{_includedir}/git-core/{Makefile,config.*} git
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cgit.git/commitdiff/0afed7c62f029f700e373718c279f252ee1683fd
More information about the pld-cvs-commit
mailing list