[packages/smtptools] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:02:08 CEST 2025
commit 25dca4cc445224b5e87ea96cd0a89eba36741c02
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:01:52 2025 +0200
Fix applying patches.
smtptools.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/smtptools.spec b/smtptools.spec
index 9dbd7ae..492eb1a 100644
--- a/smtptools.spec
+++ b/smtptools.spec
@@ -25,9 +25,9 @@ wiadomości poprzez SMTP.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/smtptools.git/commitdiff/25dca4cc445224b5e87ea96cd0a89eba36741c02
More information about the pld-cvs-commit
mailing list