[packages/fetchpop] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:31:53 CEST 2025
commit 242fe7410f051b90c2aa26d78e12edb09ada1a4c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:31:38 2025 +0200
Fix applying patches.
fetchpop.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fetchpop.spec b/fetchpop.spec
index 65c229d..9be3971 100644
--- a/fetchpop.spec
+++ b/fetchpop.spec
@@ -27,8 +27,8 @@ zachowanie.
%prep
%setup -q -n %{name}%{version}
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} all CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fetchpop.git/commitdiff/242fe7410f051b90c2aa26d78e12edb09ada1a4c
More information about the pld-cvs-commit
mailing list