[packages/crossavr32-gcc] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:05:53 CEST 2025
commit e01591f3f46412e7a1293d7ff8114a0d2e9f8c55
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:05:37 2025 +0200
Fix applying patches.
crossavr32-gcc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossavr32-gcc.spec b/crossavr32-gcc.spec
index 46a5800..5f3bc6a 100644
--- a/crossavr32-gcc.spec
+++ b/crossavr32-gcc.spec
@@ -92,8 +92,8 @@ potrzebne do uruchamiania aplikacji w C++.
%prep
%setup -q -n gcc-%{version}
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crossavr32-gcc.git/commitdiff/e01591f3f46412e7a1293d7ff8114a0d2e9f8c55
More information about the pld-cvs-commit
mailing list