[packages/bioapi] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:48:39 CEST 2025
commit bb40f7f1f5ffa8004ccebb7c4f50bd13c4619928
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:48:24 2025 +0200
Fix applying patches.
bioapi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bioapi.spec b/bioapi.spec
index 32414c6..e51c411 100644
--- a/bioapi.spec
+++ b/bioapi.spec
@@ -92,8 +92,8 @@ Przykładowa aplikacja BioAPI w Qt.
%prep
%setup -q -n %{name}-linux
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bioapi.git/commitdiff/bb40f7f1f5ffa8004ccebb7c4f50bd13c4619928
More information about the pld-cvs-commit
mailing list