[packages/grive] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:59:19 CEST 2025
commit eb4b34d95a646c192c591c873d19090e5103ac3f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:59:03 2025 +0200
Fix applying patches.
grive.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/grive.spec b/grive.spec
index 3ae3f3d..f101fc9 100644
--- a/grive.spec
+++ b/grive.spec
@@ -60,12 +60,12 @@ Graficzny interfejs użytkownika do Grive.
%prep
%setup -q -n %{name}-%{commit}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grive.git/commitdiff/eb4b34d95a646c192c591c873d19090e5103ac3f
More information about the pld-cvs-commit
mailing list