[packages/efax] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:23:38 CEST 2025
commit 750834627dcc0fc8d3b33f4bc044c5e34a3a6860
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:23:23 2025 +0200
Fix applying patches.
efax.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/efax.spec b/efax.spec
index 100c27b..d3f892d 100644
--- a/efax.spec
+++ b/efax.spec
@@ -42,8 +42,8 @@ bulunmaktadır.
%prep
%setup -q -n %{name}-%{version}-001114
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} CFLAGS="%{rpmcflags} -ansi" LDFLAGS="%{rpmldflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/efax.git/commitdiff/750834627dcc0fc8d3b33f4bc044c5e34a3a6860
More information about the pld-cvs-commit
mailing list