[packages/elficon] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:24:43 CEST 2025
commit 56e4e498b4ee50cff130fcf39a1c4e2ced032310
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:24:27 2025 +0200
Fix applying patches.
elficon.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/elficon.spec b/elficon.spec
index 190e519..2354647 100644
--- a/elficon.spec
+++ b/elficon.spec
@@ -67,8 +67,8 @@ Generate thumbnailers for ELF binaries with icons.
%prep
%setup -qc
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__make} -C libr clean
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/elficon.git/commitdiff/56e4e498b4ee50cff130fcf39a1c4e2ced032310
More information about the pld-cvs-commit
mailing list