[packages/netperf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:33:40 CEST 2025
commit fe8bc5b66a92c9aee065b1ab0211f61002ebbf1d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:33:24 2025 +0200
Fix applying patches.
netperf.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/netperf.spec b/netperf.spec
index 1ebcde6..288294b 100644
--- a/netperf.spec
+++ b/netperf.spec
@@ -40,7 +40,7 @@ Skrypty dla Netperfa.
%prep
%setup -q
-%patch1 -p1
+%patch -P1 -p1
# cleanup backups after patching
find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/netperf.git/commitdiff/fe8bc5b66a92c9aee065b1ab0211f61002ebbf1d
More information about the pld-cvs-commit
mailing list