[packages/links] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:06:47 CEST 2025
commit 6ecdaefbbc102d9fa2f8459194c75c15dae78c91
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:06:31 2025 +0200
Fix applying patches.
links.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/links.spec b/links.spec
index 457d4fa..ae84d25 100644
--- a/links.spec
+++ b/links.spec
@@ -87,11 +87,11 @@ Links - це текстовий WWW броузер, на перший погля
%prep
%setup -q
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
#%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P4 -p1
+%patch -P5 -p1
cd intl
./gen-intl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/links.git/commitdiff/6ecdaefbbc102d9fa2f8459194c75c15dae78c91
More information about the pld-cvs-commit
mailing list