Skip to content

Commit

Permalink
Small fix for makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Dec 20, 2023
1 parent d3e32c7 commit ae8d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfsonar-host-metrics/perfsonar-host-metrics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}/

0 comments on commit ae8d15d

Please sign in to comment.