[packages/sleuthkit] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:00:05 CEST 2025


commit e26a706f6ff303982a38776d9157998787b0f404
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:59:48 2025 +0200

    Fix applying patches.

 sleuthkit.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sleuthkit.spec b/sleuthkit.spec
index cc9634d..c291de9 100644
--- a/sleuthkit.spec
+++ b/sleuthkit.spec
@@ -131,8 +131,8 @@ Dowiązania Javy do sleuthkit.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %{__sed} -i -e 's/-static//' {samples,tests,tools/*tools}/Makefile.in
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sleuthkit.git/commitdiff/e26a706f6ff303982a38776d9157998787b0f404



More information about the pld-cvs-commit mailing list