[packages/lftp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:42:57 CEST 2025
commit b80c3f58febb711bc1fab180ff6d920f1bf86437
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:42:41 2025 +0200
Fix applying patches.
lftp.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/lftp.spec b/lftp.spec
index ae91276..1c27888 100644
--- a/lftp.spec
+++ b/lftp.spec
@@ -89,12 +89,12 @@ o arquivo FEATURES para uma lista mais detalhada.
%prep
%setup -q
#%patch100 -p1
-%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
%{__rm} po/stamp-po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lftp.git/commitdiff/b80c3f58febb711bc1fab180ff6d920f1bf86437
More information about the pld-cvs-commit
mailing list