[packages/sftp] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:56:58 CEST 2025


commit f995b4d8736456ced16b6e5db7dfeef45209810d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:56:42 2025 +0200

    Fix applying patches.

 sftp.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sftp.spec b/sftp.spec
index 4404262..71c481c 100644
--- a/sftp.spec
+++ b/sftp.spec
@@ -32,9 +32,9 @@ dwa programy - sftp i sftpserv.
 
 %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/sftp.git/commitdiff/f995b4d8736456ced16b6e5db7dfeef45209810d



More information about the pld-cvs-commit mailing list