]> arthur.barton.de Git - netdata.git/commitdiff
build: non standard dir PROGRAMS is considered as data
authorAlon Bar-Lev <alon.barlev@gmail.com>
Tue, 17 Nov 2015 09:10:58 +0000 (11:10 +0200)
committerAlon Bar-Lev <alon.barlev@gmail.com>
Tue, 17 Nov 2015 09:10:58 +0000 (11:10 +0200)
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
src/Makefile.am

index 1d87d5be77778b74c8cdb7bb8a8debeabbad6dba..1a54c151fb66a60cd9eb5558c9fd148bbb843e7c 100644 (file)
@@ -73,7 +73,7 @@ apps_plugin_SOURCES = \
        procfile.c procfile.h \
        $(NULL)
 
-install-exec-hook:
+install-data-hook:
        if [ `id -u` == 0 ]; then \
                chown root '$(DESTDIR)$(pluginsdir)/apps.plugin' && \
                        chmod 4755 '$(DESTDIR)$(pluginsdir)/apps.plugin'; \