[packages/libnet1] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:55:37 CEST 2025
commit 132f5935d4a56f23afebc9c221097e35cdfeffad
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:55:21 2025 +0200
Fix applying patches.
libnet1.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libnet1.spec b/libnet1.spec
index 1b28791..a10aed4 100644
--- a/libnet1.spec
+++ b/libnet1.spec
@@ -78,9 +78,9 @@ aplicativos estáticos que usam libnet.
%prep
%setup -q -n Libnet-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
mv include/libnet include/libnet1
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libnet1.git/commitdiff/132f5935d4a56f23afebc9c221097e35cdfeffad
More information about the pld-cvs-commit
mailing list