[packages/libnetdude] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:55:40 CEST 2025
commit f79fdb26df3d0e2bbce69f80522a52db989ef47e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:55:24 2025 +0200
Fix applying patches.
libnetdude.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libnetdude.spec b/libnetdude.spec
index 4421433..923fe94 100644
--- a/libnetdude.spec
+++ b/libnetdude.spec
@@ -68,8 +68,8 @@ Statyczna biblioteka libnetdude.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libnetdude.git/commitdiff/f79fdb26df3d0e2bbce69f80522a52db989ef47e
More information about the pld-cvs-commit
mailing list