[packages/FileZilla] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:32:16 CEST 2025
commit 4c315c629a49c06337a3c2ceb799e09e2e85cf38
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:32:00 2025 +0200
Fix applying patches.
FileZilla.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/FileZilla.spec b/FileZilla.spec
index 1554793..990918e 100644
--- a/FileZilla.spec
+++ b/FileZilla.spec
@@ -58,8 +58,8 @@ opcjami oraz intuicyjnym interfejsem.
%prep
%setup -q -n filezilla-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cd locales
%{__mv} bg{_BG,}.po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/FileZilla.git/commitdiff/4c315c629a49c06337a3c2ceb799e09e2e85cf38
More information about the pld-cvs-commit
mailing list