[packages/lynx] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:12:34 CEST 2025


commit 49dd1a1009c7b71c7e42ceb5a4b3cc96c86d7ce1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:12:18 2025 +0200

    Fix applying patches.

 lynx.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/lynx.spec b/lynx.spec
index 9d6b244..c001a11 100644
--- a/lynx.spec
+++ b/lynx.spec
@@ -91,15 +91,15 @@ formlar ve tablolar için desteği vardır.
 
 %prep
 %setup -q -n %{name}%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
-%patch5 -p1
+%patch -P5 -p1
 
-%patch7 -p1
-%patch8 -p1
+%patch -P7 -p1
+%patch -P8 -p1
 
 %build
 autoconf-dickey
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lynx.git/commitdiff/49dd1a1009c7b71c7e42ceb5a4b3cc96c86d7ce1



More information about the pld-cvs-commit mailing list