summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-09-09 21:00:17 +1000
committerGitHub <noreply@github.com>2020-09-09 07:00:17 -0400
commita195025ec69bef0ebfaf0e979b41d8a9a0f4097c (patch)
tree9ca51593d38301d314329fc6428bcbc70a3b6ff9 /netdata.spec.in
parent0ca06c34e8f02612b6977dd2eb02e0c4796c1ff0 (diff)
Fix missing newline concatentation slash causing rpm build to fail (#9900)
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 daf7eaef84..7ad4e2e847 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -263,7 +263,7 @@ export CFLAGS="${CFLAGS} -fPIC" && ${RPM_BUILD_DIR}/%{name}-%{version}/packaging
autoreconf -ivf
%configure \
%if 0%{!?fedora:1} && 0%{!?suse_version:1}
- --with-libJudy=externaldeps/libJudy
+ --with-libJudy=externaldeps/libJudy \
%endif
--prefix="%{_prefix}" \
--sysconfdir="%{_sysconfdir}" \