[packages/cftp] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:57:18 CEST 2025
commit 784d16c858046af0d264704e4c2e3706e2348c1d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:57:03 2025 +0200
Fix applying patches.
cftp.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/cftp.spec b/cftp.spec
index d9e36f5..e464f12 100644
--- a/cftp.spec
+++ b/cftp.spec
@@ -31,10 +31,10 @@ wsparcie dla IPv6 i inne.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cftp.git/commitdiff/784d16c858046af0d264704e4c2e3706e2348c1d
More information about the pld-cvs-commit
mailing list