From 510361194c404b3828a38758ff4f4402225dba62 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sun, 12 Jun 2016 16:54:49 +0300 Subject: [PATCH] fix for installing python.d files to the proper directory #528 --- python.d/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python.d/Makefile.am b/python.d/Makefile.am index fb601304..f10b8e91 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am @@ -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) -- 2.39.2