From ae8d15d1117e9830a3a38d8c7a8637eef7b157dc Mon Sep 17 00:00:00 2001 From: Andy Lake Date: Tue, 19 Dec 2023 21:27:55 -0500 Subject: [PATCH] Small fix for makefile --- perfsonar-host-metrics/perfsonar-host-metrics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfsonar-host-metrics/perfsonar-host-metrics/Makefile b/perfsonar-host-metrics/perfsonar-host-metrics/Makefile index f9ca2e9..4f7ecfc 100644 --- a/perfsonar-host-metrics/perfsonar-host-metrics/Makefile +++ b/perfsonar-host-metrics/perfsonar-host-metrics/Makefile @@ -15,6 +15,6 @@ endif mkdir -p ${PERFSONAR-ROOTPATH} mkdir -p ${HTTPD-CONFIGPATH} install -m 755 exporter_opts.sh ${PERFSONAR-ROOTPATH}/ - install -m 755 perfsonar_exporter ${PERFSONAR-ROOTPATH}/ + install -m 755 perfsonar_host_exporter ${PERFSONAR-ROOTPATH}/ install -m 644 apache-node_exporter.conf ${HTTPD-CONFIGPATH}/ install -m 644 apache-perfsonar_host_exporter.conf ${HTTPD-CONFIGPATH}/ \ No newline at end of file