[packages/trn] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:22:28 CEST 2025
commit 5cf6df15826832d9cef07eb3d6bcfb6feca8aee2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:22:12 2025 +0200
Fix applying patches.
trn.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/trn.spec b/trn.spec
index 45fc358..80ff67a 100644
--- a/trn.spec
+++ b/trn.spec
@@ -37,11 +37,11 @@ configurada para ler news de um servidor NNTP.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/trn.git/commitdiff/5cf6df15826832d9cef07eb3d6bcfb6feca8aee2
More information about the pld-cvs-commit
mailing list