[packages/strigi] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:09:29 CEST 2025
commit 18f3c4f7a50255915d9449d88f7ef1e31d79da63
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:09:13 2025 +0200
Fix applying patches.
strigi.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/strigi.spec b/strigi.spec
index 077ff6a..4cde561 100644
--- a/strigi.spec
+++ b/strigi.spec
@@ -97,15 +97,15 @@ Pliki nagłówkowe dla strigi.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/strigi.git/commitdiff/18f3c4f7a50255915d9449d88f7ef1e31d79da63
More information about the pld-cvs-commit
mailing list