summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-09-05 18:18:10 +0300
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-05 17:18:10 +0200
commita2e141145032c1faec1cc7ed7d3153bfa9c5d0fe (patch)
tree799ab40290b52ab37fbda8646c8b1d742dc3d822 /netdata.spec.in
parentb4aa8c6b74e577c855095f80e56c12be4acf8e76 (diff)
netdata/packaging: work around redhat complaining on build-id binary (#6792)
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 7563acc72f..217e79c354 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -387,7 +387,7 @@ install_go() {
return 0
}
install_go
-install -m 0750 -p go.d.plugin "${RPM_BUILD_ROOT}%{_libexecdir}/%{name}/plugins.d/go.d.plugin"
+install -m 0640 -p go.d.plugin "${RPM_BUILD_ROOT}%{_libexecdir}/%{name}/plugins.d/go.d.plugin"
%pre