[packages/zsh] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 10:27:40 CEST 2025


commit a6b2d93926a96c8852eaeb01e443771be12b59f3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:31:27 2025 +0200

    Fix applying patches.

 zsh.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/zsh.spec b/zsh.spec
index e57cc3b..95141ae 100644
--- a/zsh.spec
+++ b/zsh.spec
@@ -167,11 +167,11 @@ Podręcznik Użytkownika Z-Shella.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 install %{SOURCE2} .
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list