[packages/grive2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:59:22 CEST 2025
commit 58faee066b249b1af27d56242ea1e5d6f71f7db2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:59:06 2025 +0200
Fix applying patches.
grive2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/grive2.spec b/grive2.spec
index 55e08d4..9efbc96 100644
--- a/grive2.spec
+++ b/grive2.spec
@@ -38,9 +38,9 @@ Google Document List.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grive2.git/commitdiff/58faee066b249b1af27d56242ea1e5d6f71f7db2
More information about the pld-cvs-commit
mailing list