[packages/kdbx] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:27:43 CEST 2025
commit 4d753236fab95698a4c25f75d9e20ce517d55e23
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:27:27 2025 +0200
Fix applying patches.
kdbx.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kdbx.spec b/kdbx.spec
index 2c2b360..d0ba601 100644
--- a/kdbx.spec
+++ b/kdbx.spec
@@ -33,9 +33,9 @@ formacie skrzynek (mailbox).
%prep
%setup -q -n %{name} -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__sed} -i -e "s,-ansi,,g" admin/*.*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kdbx.git/commitdiff/4d753236fab95698a4c25f75d9e20ce517d55e23
More information about the pld-cvs-commit
mailing list