[packages/gftp] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:43:12 CEST 2025
commit 2ac61eedb3157d58f08ea336c9ae8f9d0ed61bd2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:42:57 2025 +0200
Fix applying patches.
gftp.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gftp.spec b/gftp.spec
index bd1a11d..655f475 100644
--- a/gftp.spec
+++ b/gftp.spec
@@ -83,11 +83,11 @@ gFTP є багатонитковим FTP клієнтом для X Window, на
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
rm -f aclocal.m4 acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gftp.git/commitdiff/2ac61eedb3157d58f08ea336c9ae8f9d0ed61bd2
More information about the pld-cvs-commit
mailing list