[packages/libfm] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:48:36 CEST 2025
commit edacdaa1685c0eb855932328fa34d7eb2b96b7fe
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:48:20 2025 +0200
Fix applying patches.
libfm.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libfm.spec b/libfm.spec
index f4611f2..340a803 100644
--- a/libfm.spec
+++ b/libfm.spec
@@ -177,9 +177,9 @@ Statyczna biblioteka libfm-extra.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# Force regeneration of Vala sources
%{__rm} src/actions/*.c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfm.git/commitdiff/edacdaa1685c0eb855932328fa34d7eb2b96b7fe
More information about the pld-cvs-commit
mailing list