SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
sysutils/glances/patches/patch-setup_py
Normal file
17
sysutils/glances/patches/patch-setup_py
Normal file
|
@ -0,0 +1,17 @@
|
|||
Just install the supplied man file.
|
||||
|
||||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -32,9 +32,8 @@ with open('README.rst', encoding='utf-8') as f:
|
||||
|
||||
def get_data_files():
|
||||
data_files = [
|
||||
- ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS.rst', 'README.rst',
|
||||
- 'CONTRIBUTING.md', 'conf/glances.conf']),
|
||||
- ('share/man/man1', ['docs/man/glances.1'])
|
||||
+ ('share/examples/glances', ['conf/glances.conf']),
|
||||
+ ('man/man1', ['docs/man/glances.1'])
|
||||
]
|
||||
|
||||
return data_files
|
Loading…
Add table
Add a link
Reference in a new issue