[packages/libnet] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:55:34 CEST 2025
commit fba56c7c09173cb4ea3d5294fc8a90b0e8cfc6cd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:55:19 2025 +0200
Fix applying patches.
libnet.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libnet.spec b/libnet.spec
index 004f864..b00e408 100644
--- a/libnet.spec
+++ b/libnet.spec
@@ -108,8 +108,8 @@ libnet - programy przykładowe.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libnet.git/commitdiff/fba56c7c09173cb4ea3d5294fc8a90b0e8cfc6cd
More information about the pld-cvs-commit
mailing list