summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2015-11-16 00:03:28 +0200
committerAlon Bar-Lev <alon.barlev@gmail.com>2015-11-16 01:09:37 +0200
commit213fda34b5c2971c370efdc236054a34ab2f0ab4 (patch)
tree87dddd73c6b38ca188a5f1cddc010c11e5da1661 /netdata.spec.in
parentd46ecd14cfe1bd3c9cda5a2ae4804c2d92deff65 (diff)
build: fix typo
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
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 2aef64275f..486dcf7313 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -32,7 +32,7 @@ getent passwd netdata > /dev/null || useradd -r -g netdata -c netdata -s /sbin/n
%build
%configure \
--docdir="%{_docdir}/%{name}-%{version}" \
- --enable-plugin-plugin-nfacct \
+ --enable-plugin-nfacct \
--with-zlib \
--with-math \
--with-user=netdata \