[packages/namazu] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:30:53 CEST 2025
commit 44faa37a76f01d0df95c4ab4a67286f07fb9ab72
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:30:37 2025 +0200
Fix applying patches.
namazu.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/namazu.spec b/namazu.spec
index 1e5d929..4a3c48d 100644
--- a/namazu.spec
+++ b/namazu.spec
@@ -88,11 +88,11 @@ Interfejs CGI do Namazu.
%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
rm -rf File-MMagic
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/namazu.git/commitdiff/44faa37a76f01d0df95c4ab4a67286f07fb9ab72
More information about the pld-cvs-commit
mailing list