[packages/pilot-link] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:15:56 CEST 2025
commit 5f239288d022915496b3c03c640ee0388b027b85
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:15:41 2025 +0200
Fix applying patches.
pilot-link.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/pilot-link.spec b/pilot-link.spec
index 9d7f25d..679971b 100644
--- a/pilot-link.spec
+++ b/pilot-link.spec
@@ -199,12 +199,12 @@ Wiązanie Pythona do biblioteki pilot-link.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%if "%{_lib}" != "lib"
%{__sed} -i -e 's#/lib\>#/%{_lib}#g' m4/python.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pilot-link.git/commitdiff/5f239288d022915496b3c03c640ee0388b027b85
More information about the pld-cvs-commit
mailing list