[packages/sdlhazemd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:54:58 CEST 2025
commit 435e191b1550c75ef4fb8fa5c0ed0a09af6a52f4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:54:43 2025 +0200
Fix applying patches.
sdlhazemd.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sdlhazemd.spec b/sdlhazemd.spec
index 744e3e9..c787feb 100644
--- a/sdlhazemd.spec
+++ b/sdlhazemd.spec
@@ -41,8 +41,8 @@ MAME, obsługujący setki układów komputerowych z tysiącami gier od lat
%prep
%setup -q -n %{name}%{file_version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's/NAME = $(TARGET)/NAME = %{name}/' \
-e 's/^BUILD_EXPAT/# &/' \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sdlhazemd.git/commitdiff/435e191b1550c75ef4fb8fa5c0ed0a09af6a52f4
More information about the pld-cvs-commit
mailing list