summaryrefslogtreecommitdiffstats
path: root/sysutils/py-glances/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-glances/files/patch-setup.py')
-rw-r--r--sysutils/py-glances/files/patch-setup.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/py-glances/files/patch-setup.py b/sysutils/py-glances/files/patch-setup.py
index e0e3e52..dbf0281 100644
--- a/sysutils/py-glances/files/patch-setup.py
+++ b/sysutils/py-glances/files/patch-setup.py
@@ -1,12 +1,10 @@
---- setup.py.orig 2015-06-15 02:42:15 UTC
+--- setup.py.orig 2016-09-11 09:08:21 UTC
+++ setup.py
-@@ -15,8 +15,7 @@ def get_data_files():
+@@ -26,7 +26,6 @@ def get_data_files():
data_files = [
('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
- 'conf/glances.conf', 'docs/glances-doc.html']),
-- ('share/doc/glances/images', glob.glob('docs/images/*.png')),
-- ('share/man/man1', ['man/glances.1'])
-+ ('share/doc/glances/images', glob.glob('docs/images/*.png'))
+ 'conf/glances.conf']),
+- ('share/man/man1', ['docs/man/glances.1'])
]
return data_files
OpenPOWER on IntegriCloud