[packages/AMD] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:33:04 CEST 2025
commit f95b91b4480774dabb4988a9244a6baa03381cea
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:32:49 2025 +0200
Fix applying patches.
AMD.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/AMD.spec b/AMD.spec
index 00892d0..d7861a2 100644
--- a/AMD.spec
+++ b/AMD.spec
@@ -94,9 +94,9 @@ Wersja statycznej biblioteki AMD dla programów napisanych w Fortranie.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/AMD.git/commitdiff/f95b91b4480774dabb4988a9244a6baa03381cea
More information about the pld-cvs-commit
mailing list