[packages/yank] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:25:06 CEST 2025
commit 7548d6c60d2ed43ad2b6d058f48440ba2ada38ba
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:22 2025 +0200
Fix applying patches.
yank.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/yank.spec b/yank.spec
index 6cb5329..1dd71a6 100644
--- a/yank.spec
+++ b/yank.spec
@@ -79,10 +79,10 @@ Wtyczka sprawdzająca pisownię.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
install %{SOURCE1} pixmaps
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/yank.git/commitdiff/7548d6c60d2ed43ad2b6d058f48440ba2ada38ba
More information about the pld-cvs-commit
mailing list