[packages/telnet-ssl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:16:12 CEST 2025
commit 544924ea7faed2068f854c10ae767b472638d18b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:15:56 2025 +0200
Fix applying patches.
telnet-ssl.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/telnet-ssl.spec b/telnet-ssl.spec
index a2c9740..3b73669 100644
--- a/telnet-ssl.spec
+++ b/telnet-ssl.spec
@@ -95,8 +95,8 @@ Ten pakiet dostarcza serwer telnet-ssl.
%prep
%setup -q -n netkit-%{name}-%{version}+0.1.orig
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
sed -i -e "s|/usr/lib/telnetlogin|%{_sbindir}/telnetlogin|" telnetd/Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/telnet-ssl.git/commitdiff/544924ea7faed2068f854c10ae767b472638d18b
More information about the pld-cvs-commit
mailing list