[packages/e2retrieve] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:22:27 CEST 2025
commit 26539150cccc97539ea788739c0632eba7e6d569
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:22:11 2025 +0200
Fix applying patches.
e2retrieve.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e2retrieve.spec b/e2retrieve.spec
index d4c4f78..cf8caf8 100644
--- a/e2retrieve.spec
+++ b/e2retrieve.spec
@@ -53,8 +53,8 @@ e2retrieve:
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/e2retrieve.git/commitdiff/26539150cccc97539ea788739c0632eba7e6d569
More information about the pld-cvs-commit
mailing list