[packages/ettercap6] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:27:23 CEST 2025
commit 5a87e03b7808d9ea43ff3a92bbcfdda1e03e2a22
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:27:07 2025 +0200
Fix applying patches.
ettercap6.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ettercap6.spec b/ettercap6.spec
index acfc7ba..a46050b 100644
--- a/ettercap6.spec
+++ b/ettercap6.spec
@@ -69,10 +69,10 @@ hosts na rede local, portas abertas, versão de serviços, tipo de host
%prep
%setup -q -n ettercap-%{version}
-%patch1 -p0
+%patch -P1 -p0
#%patch2 -p1
-%patch3 -p1
-%patch4
+%patch -P3 -p1
+%patch -P4
%build
cp -f /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ettercap6.git/commitdiff/5a87e03b7808d9ea43ff3a92bbcfdda1e03e2a22
More information about the pld-cvs-commit
mailing list