[packages/wmtictactoe] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:09:58 CEST 2025
commit 75714e72ddd4314f9a866ce9b7cd5a69aba9f108
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:47 2025 +0200
Fix applying patches.
wmtictactoe.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wmtictactoe.spec b/wmtictactoe.spec
index d22053d..f42150a 100644
--- a/wmtictactoe.spec
+++ b/wmtictactoe.spec
@@ -24,8 +24,8 @@ WindowMakera.
%prep
%setup -q -n %{name}.app
-%patch0 -p0
-%patch1 -p1
+%patch -P0 -p0
+%patch -P1 -p1
%build
%{__make} -C %{name} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wmtictactoe.git/commitdiff/75714e72ddd4314f9a866ce9b7cd5a69aba9f108
More information about the pld-cvs-commit
mailing list