summaryrefslogtreecommitdiff
path: root/www/py-graphite-web/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-graphite-web/files/patch-setup.py')
-rw-r--r--www/py-graphite-web/files/patch-setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-graphite-web/files/patch-setup.py b/www/py-graphite-web/files/patch-setup.py
index 3068e6dd7092..49be68cdb418 100644
--- a/www/py-graphite-web/files/patch-setup.py
+++ b/www/py-graphite-web/files/patch-setup.py
@@ -1,9 +1,9 @@
---- setup.py.orig 2011-04-03 22:20:03.000000000 -0400
-+++ setup.py 2011-05-24 11:48:33.000000000 -0400
+--- setup.py.ori 2012-06-21 15:38:54.044808453 -0700
++++ setup.py 2012-06-21 15:41:16.067809618 -0700
@@ -15,11 +15,11 @@
storage_dirs = []
- for subdir in ('whisper', 'lists', 'rrd', 'log', 'log/webapp'):
+ for subdir in ('whisper', 'rrd', 'log', 'log/webapp'):
- storage_dirs.append( ('storage/%s' % subdir, []) )
+ storage_dirs.append( ('graphite/storage/%s' % subdir, []) )
@@ -20,6 +20,6 @@
-conf_files = [ ('conf', glob('conf/*.example')) ]
+conf_files = [ ('/usr/local/etc/graphite', glob('conf/*.example')) ]
+ examples = [ ('examples', glob('examples/example-*')) ]
setup(
- name='graphite-web',