[packages/ifmail] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:13:15 CEST 2025
commit 4029e2a6dbebf02cee3e794e1c6778436206ba8d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:13:00 2025 +0200
Fix applying patches.
ifmail.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ifmail.spec b/ifmail.spec
index a3964fb..e7dfafc 100644
--- a/ifmail.spec
+++ b/ifmail.spec
@@ -38,9 +38,9 @@ Bramka FIDO <=> INTERNET.
%prep
%setup -q -n %{name}-%{version}.orig
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ifmail.git/commitdiff/4029e2a6dbebf02cee3e794e1c6778436206ba8d
More information about the pld-cvs-commit
mailing list