]> arthur.barton.de Git - netdata.git/commitdiff
make python and bash modules installed as non-executable
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 27 Feb 2017 18:45:23 +0000 (20:45 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 27 Feb 2017 18:45:23 +0000 (20:45 +0200)
charts.d/Makefile.am
python.d/Makefile.am

index ec0e101f311ba6cf3734d9712dd959509e60f05d..85bcef3cfd54c1a6110f27f7fa63836465d90186 100644 (file)
@@ -4,6 +4,10 @@
 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
 
 dist_charts_SCRIPTS = \
+       $(NULL)
+
+dist_charts_DATA = \
+       README.md \
        ap.chart.sh \
        apcupsd.chart.sh \
        apache.chart.sh \
@@ -24,7 +28,3 @@ dist_charts_SCRIPTS = \
        squid.chart.sh \
        tomcat.chart.sh \
        $(NULL)
-
-dist_charts_DATA = \
-       README.md \
-       $(NULL)
index e9cb3db9e82845a7e86bbdcdfff4b31685cb7024..46562984302dd9645d8d0f65129947c177ace28e 100644 (file)
@@ -8,6 +8,10 @@ include $(top_srcdir)/build/subst.inc
 SUFFIXES = .in
 
 dist_python_SCRIPTS = \
+    $(NULL)
+
+dist_python_DATA = \
+    README.md \
     apache.chart.py \
     apache_cache.chart.py \
     bind_rndc.chart.py \
@@ -43,10 +47,6 @@ dist_python_SCRIPTS = \
     python-modules-installer.sh \
     $(NULL)
 
-dist_python_DATA = \
-    README.md \
-    $(NULL)
-
 pythonmodulesdir=$(pythondir)/python_modules
 dist_pythonmodules_DATA = \
     python_modules/__init__.py \