[packages/z88dk] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:26:10 CEST 2025
commit 720bece1253f2ce3a1711bbfd8ae355231aff0bf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:24 2025 +0200
Fix applying patches.
z88dk.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/z88dk.spec b/z88dk.spec
index 94c6495..ff29d56 100644
--- a/z88dk.spec
+++ b/z88dk.spec
@@ -41,8 +41,8 @@ Kilka przykładowych programów dla Z88.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
rm doc/netman/.sock_open.man.swp
find -name CVS | xargs rm -rf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/z88dk.git/commitdiff/720bece1253f2ce3a1711bbfd8ae355231aff0bf
More information about the pld-cvs-commit
mailing list