[packages/lbreakouthd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:41:21 CEST 2025
commit 898eebc2119963dc81f151117497de9211d030b3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:41:06 2025 +0200
Fix applying patches.
lbreakouthd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lbreakouthd.spec b/lbreakouthd.spec
index 07faef0..8de336b 100644
--- a/lbreakouthd.spec
+++ b/lbreakouthd.spec
@@ -34,8 +34,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/lbreakouthd.git/commitdiff/898eebc2119963dc81f151117497de9211d030b3
More information about the pld-cvs-commit
mailing list