ports/benchmarks/netperf-wrapper/patches/patch-setup_py

13 lines
390 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -85,7 +85,7 @@ data_files = [('share/doc/flent',
'README.rst',
'CHANGES.md',
'flent-paper.batch'] + glob("*.example")),
- ('share/man/man1',
+ ('man/man1',
['man/flent.1']),
('share/doc/flent/misc',
glob("misc/*")),