[packages/mate-vfs] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:15:24 CEST 2025
commit ef0bf0e117ccaccd0caf0bdb1e543b9c10ebaf3a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:15:08 2025 +0200
Fix applying patches.
mate-vfs.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/mate-vfs.spec b/mate-vfs.spec
index 04a7cd2..f866d28 100644
--- a/mate-vfs.spec
+++ b/mate-vfs.spec
@@ -124,12 +124,12 @@ Dokumentacja API mate-vfs.
%prep
%setup -q -n mate-vfs-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch3 -p0
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P3 -p0
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
%build
%{__gtkdocize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mate-vfs.git/commitdiff/ef0bf0e117ccaccd0caf0bdb1e543b9c10ebaf3a
More information about the pld-cvs-commit
mailing list