[packages/blitz] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:49:29 CEST 2025
commit 8c4a37ff0741ce1d0215dff52da3d47c235da1fc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:49:13 2025 +0200
Fix applying patches.
blitz.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/blitz.spec b/blitz.spec
index 582ca3a..965e13b 100644
--- a/blitz.spec
+++ b/blitz.spec
@@ -91,9 +91,9 @@ Przykłady Blitz++.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/blitz.git/commitdiff/8c4a37ff0741ce1d0215dff52da3d47c235da1fc
More information about the pld-cvs-commit
mailing list