[packages/mirror] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:20:13 CEST 2025
commit 3f682ca9a4d4661220dbb1bba7127161c51fe2bb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:19:57 2025 +0200
Fix applying patches.
mirror.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mirror.spec b/mirror.spec
index 0557131..57b21e2 100644
--- a/mirror.spec
+++ b/mirror.spec
@@ -36,9 +36,9 @@ Programa em Perl para fazer espelhos de sítios FTP
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mirror.git/commitdiff/3f682ca9a4d4661220dbb1bba7127161c51fe2bb
More information about the pld-cvs-commit
mailing list