[packages/inflow] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:14:44 CEST 2025
commit 6defd9a180bd0c32258471121fe2b646c61abb62
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:14:28 2025 +0200
Fix applying patches.
inflow.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/inflow.spec b/inflow.spec
index a61236b..b1060eb 100644
--- a/inflow.spec
+++ b/inflow.spec
@@ -25,9 +25,9 @@ are available, with special emphasis given to the alt.* groups.
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__sed} -i -e 's@#! /bin/perl@#!/usr/bin/perl@' *
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/inflow.git/commitdiff/6defd9a180bd0c32258471121fe2b646c61abb62
More information about the pld-cvs-commit
mailing list