[packages/lbreakout] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:41:16 CEST 2025
commit d078f8b485568e07baf2408a3cf91ab16bea0497
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:41:00 2025 +0200
Fix applying patches.
lbreakout.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lbreakout.spec b/lbreakout.spec
index 2e463c3..7f7f126 100644
--- a/lbreakout.spec
+++ b/lbreakout.spec
@@ -31,9 +31,9 @@ Można grać myszą lub klawiaturą oraz tworzyć własne poziomy.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lbreakout.git/commitdiff/d078f8b485568e07baf2408a3cf91ab16bea0497
More information about the pld-cvs-commit
mailing list