[packages/openmsx] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:45:46 CEST 2025
commit e9e59d40b0499cadb81f4d8ed6d7fe41f164b923
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:45:31 2025 +0200
Fix applying patches.
openmsx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openmsx.spec b/openmsx.spec
index caf4592..69c0108 100644
--- a/openmsx.spec
+++ b/openmsx.spec
@@ -30,8 +30,8 @@ emulację poprzeez użycie nowego modelu emulacji.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
%build
%configure
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openmsx.git/commitdiff/e9e59d40b0499cadb81f4d8ed6d7fe41f164b923
More information about the pld-cvs-commit
mailing list