[packages/ack] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:29:26 CEST 2025
commit 4db8cc9a56b6c455db080eeead9e027b57da1aaa
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:29:11 2025 +0200
Fix applying patches.
ack.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ack.spec b/ack.spec
index f1f6311..f64b367 100644
--- a/ack.spec
+++ b/ack.spec
@@ -61,8 +61,8 @@ ack perl library.
%prep
%setup -q -n %{pdir}-%{version}
-%patch0 -p0
-%patch1 -p0
+%patch -P0 -p0
+%patch -P1 -p0
%build
%{__perl} Makefile.PL \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ack.git/commitdiff/4db8cc9a56b6c455db080eeead9e027b57da1aaa
More information about the pld-cvs-commit
mailing list