[packages/babychess] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:45:03 CEST 2025
commit 97bc7788e55e9fb47de0ba6073eb35b6c727839f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:44:46 2025 +0200
Fix applying patches.
babychess.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/babychess.spec b/babychess.spec
index 788828a..e3b8c1b 100644
--- a/babychess.spec
+++ b/babychess.spec
@@ -28,9 +28,9 @@ gry, gra poprzez internet, oraz gra z komputerem.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/babychess.git/commitdiff/97bc7788e55e9fb47de0ba6073eb35b6c727839f
More information about the pld-cvs-commit
mailing list