[packages/crafty] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:05:07 CEST 2025
commit f3211c3273c2015195e1db2cc03bb5be405eea48
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:04:51 2025 +0200
Fix applying patches.
crafty.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/crafty.spec b/crafty.spec
index 1647f9d..6ecefb6 100644
--- a/crafty.spec
+++ b/crafty.spec
@@ -51,11 +51,11 @@ często wygrywa z GNU Chess na tym samym sprzęcie.
%prep
%setup -q -c -a5 -a6
-%patch0 -p0
-%patch1 -p0
-%patch2 -p0
-%patch3 -p0
-%patch4 -p1
+%patch -P0 -p0
+%patch -P1 -p0
+%patch -P2 -p0
+%patch -P3 -p0
+%patch -P4 -p1
%{__mv} doc/read.me README
%{__mv} doc/* .
%{__mv} bitmaps/README.bitmaps .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crafty.git/commitdiff/f3211c3273c2015195e1db2cc03bb5be405eea48
More information about the pld-cvs-commit
mailing list