]> arthur.barton.de Git - netdata.git/commitdiff
fix for installing python.d files to the proper directory #528
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 12 Jun 2016 13:54:49 +0000 (16:54 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 12 Jun 2016 13:54:49 +0000 (16:54 +0300)
python.d/Makefile.am

index fb601304a793864f6e2d435e29578858d064c12c..f10b8e91adae27f3aec4dfd804d4447664183406 100644 (file)
@@ -1,9 +1,9 @@
 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
 
-dist_charts_SCRIPTS = \
+dist_python_SCRIPTS = \
        example.chart.py \
        $(NULL)
 
-dist_charts_DATA = \
+dist_python_DATA = \
        README.md \
        $(NULL)