[packages/planner] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:16:55 CEST 2025
commit aae9072527c488126504543fb3bc06b801702d7f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:16:39 2025 +0200
Fix applying patches.
planner.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/planner.spec b/planner.spec
index 6e846aa..a5782c8 100644
--- a/planner.spec
+++ b/planner.spec
@@ -131,9 +131,9 @@ Wiązanie Pythona do biblioteki Planner.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cp -f /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/planner.git/commitdiff/aae9072527c488126504543fb3bc06b801702d7f
More information about the pld-cvs-commit
mailing list