summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorJames Mills <1290234+prologic@users.noreply.github.com>2020-01-25 12:24:55 +1000
committerGitHub <noreply@github.com>2020-01-25 12:24:55 +1000
commit2a0cdadc6f358c6f3dbeb03156b55a35edd975ed (patch)
tree51d5b34a6c418a0c1935821a51d713912948cdb9 /netdata.spec.in
parentcfebda600cb16848a2c58360837f239298e3509e (diff)
Remove all refernces to .keep files (#7829)
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 8c80d0a0a9..0f95616fe9 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -255,8 +255,6 @@ autoreconf -ivf
rm -rf "${RPM_BUILD_ROOT}"
%{__make} %{?_smp_mflags} DESTDIR="${RPM_BUILD_ROOT}" install
-find "${RPM_BUILD_ROOT}%{_localstatedir}" -name .keep -delete -print
-
install -m 644 -p system/netdata.conf "${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}"
# ###########################################################