[packages/telnet] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:16:09 CEST 2025
commit c78de350d4da9ab28cef8f0597108b62410271bc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:15:53 2025 +0200
Fix applying patches.
telnet.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/telnet.spec b/telnet.spec
index 01e6033..ce7cac3 100644
--- a/telnet.spec
+++ b/telnet.spec
@@ -120,14 +120,14 @@ kullanıcıların bağlanabilir.
%prep
%setup -q -n netkit-%{name}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
%build
# don't use configure macro
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/telnet.git/commitdiff/c78de350d4da9ab28cef8f0597108b62410271bc
More information about the pld-cvs-commit
mailing list