[packages/lbreakout2] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:41:18 CEST 2025
commit 1939c91875b1b623e37f29abc5dd2c948d6848f0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:41:03 2025 +0200
Fix applying patches.
lbreakout2.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lbreakout2.spec b/lbreakout2.spec
index d99a6f1..79ea1d4 100644
--- a/lbreakout2.spec
+++ b/lbreakout2.spec
@@ -36,8 +36,8 @@ Można grać myszą lub klawiaturą oraz tworzyć własne poziomy.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's,\$(datadir)/icons,$(datadir)/pixmaps,' Makefile.am
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lbreakout2.git/commitdiff/1939c91875b1b623e37f29abc5dd2c948d6848f0
More information about the pld-cvs-commit
mailing list