[packages/leveldb] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:42:51 CEST 2025
commit 19358e2b0a33a3f9e3b09ed3981804ffbfbd94e1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:42:35 2025 +0200
Fix applying patches.
leveldb.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/leveldb.spec b/leveldb.spec
index 05fd7fb..c69f227 100644
--- a/leveldb.spec
+++ b/leveldb.spec
@@ -68,8 +68,8 @@ Statyczna biblioteka LevelDB.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%if %{with static_libs}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/leveldb.git/commitdiff/19358e2b0a33a3f9e3b09ed3981804ffbfbd94e1
More information about the pld-cvs-commit
mailing list