[packages/git] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:46:16 CEST 2025


commit e142b8dde24fe9d9cc1c52730eb9c6385a9c6c92
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:46:00 2025 +0200

    Fix applying patches.

 git.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/git.spec b/git.spec
index 0712aa9..8cfe7e8 100644
--- a/git.spec
+++ b/git.spec
@@ -66,9 +66,9 @@ betik çalıştırma yetenekleri vardır.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 touch doc/git.html
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git.git/commitdiff/e142b8dde24fe9d9cc1c52730eb9c6385a9c6c92



More information about the pld-cvs-commit mailing list