[packages/ssmtp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:07:48 CEST 2025
commit dddf12a954803c1fb6e2e7de2bc7ed955906093f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:07:32 2025 +0200
Fix applying patches.
ssmtp.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/ssmtp.spec b/ssmtp.spec
index 36f54f1..9219733 100644
--- a/ssmtp.spec
+++ b/ssmtp.spec
@@ -66,12 +66,12 @@ należy do huba pocztowego z własnym administratorem.
%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
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ssmtp.git/commitdiff/dddf12a954803c1fb6e2e7de2bc7ed955906093f
More information about the pld-cvs-commit
mailing list