[packages/abrick] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:28:52 CEST 2025
commit 7f63eed824b50999376a06122f7866057c625c3f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:28:37 2025 +0200
Fix applying patches.
abrick.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/abrick.spec b/abrick.spec
index 9ee8c21..7ca2c1d 100644
--- a/abrick.spec
+++ b/abrick.spec
@@ -56,9 +56,9 @@ linię, przeciwnik otrzymuje dodatkowe śmieci.
# undos sources
%{__sed} -i -e 's,\r$,,' *.cpp *.h
-%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/abrick.git/commitdiff/7f63eed824b50999376a06122f7866057c625c3f
More information about the pld-cvs-commit
mailing list