[packages/sqlite] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:06:10 CEST 2025
commit f545a4076db2e244beb6198646c08f646d2076eb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:05:54 2025 +0200
Fix applying patches.
sqlite.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sqlite.spec b/sqlite.spec
index b1c6023..c45ed74 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -121,8 +121,8 @@ Pakiet zawiera statyczne biblioteki SQLite.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find . -type d -name CVS | xargs %{__rm} -r
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sqlite.git/commitdiff/f545a4076db2e244beb6198646c08f646d2076eb
More information about the pld-cvs-commit
mailing list