[packages/4store] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:28:17 CEST 2025
commit ba4e32a4007f188a92db6f2590e32f033b110945
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:28:02 2025 +0200
Fix applying patches.
4store.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/4store.spec b/4store.spec
index 35b09e0..a34098d 100644
--- a/4store.spec
+++ b/4store.spec
@@ -59,10 +59,10 @@ Statyczne biblioteki 4store.
%prep
%setup -q -n %{name}-v%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/4store.git/commitdiff/ba4e32a4007f188a92db6f2590e32f033b110945
More information about the pld-cvs-commit
mailing list