[packages/avr_simulator] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:44:08 CEST 2025
commit 8c3eb61307d62c7e50d53a65711a25883528fd18
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:43:52 2025 +0200
Fix applying patches.
avr_simulator.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/avr_simulator.spec b/avr_simulator.spec
index 4cb8a10..8915f40 100644
--- a/avr_simulator.spec
+++ b/avr_simulator.spec
@@ -38,10 +38,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
# undos the source
#find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/avr_simulator.git/commitdiff/8c3eb61307d62c7e50d53a65711a25883528fd18
More information about the pld-cvs-commit
mailing list