[packages/mt-metis] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:26:14 CEST 2025
commit 05b0e7d108c4e5d5ecf70ba4191e8b1e520cfa45
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:25:59 2025 +0200
Fix applying patches.
mt-metis.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mt-metis.spec b/mt-metis.spec
index 1883bfc..20d78ea 100644
--- a/mt-metis.spec
+++ b/mt-metis.spec
@@ -49,8 +49,8 @@ Statyczna biblioteka MT-METIS.
%prep
%setup -q -n %{name}-0.3.0
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
mkdir -p build-shared build-static
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mt-metis.git/commitdiff/05b0e7d108c4e5d5ecf70ba4191e8b1e520cfa45
More information about the pld-cvs-commit
mailing list