summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-08-16 22:19:09 +0300
committerGitHub <noreply@github.com>2019-08-16 22:19:09 +0300
commitdac249d3d13bfed73daa83e408efe0f1d490b5b1 (patch)
treef955c7069698682e16a34732686831f4b27ce80b /netdata-installer.sh
parent4a9deb161a992d7bc7f1546b3d240d05c2bd29f9 (diff)
netdata/packaging: Align libdir in all configure commands (#6682)
* netdata/packaging: Align libdir with the one we expect our installation to use, following the rest of the directory correllations * netdata/packaging:[ci skip] One more
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index e749a867af..781cd9b1d9 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -400,6 +400,7 @@ run ./configure \
--sysconfdir="${NETDATA_PREFIX}/etc" \
--localstatedir="${NETDATA_PREFIX}/var" \
--libexecdir="${NETDATA_PREFIX}/usr/libexec" \
+ --libdir="${NETDATA_PREFIX}/usr/lib" \
--with-zlib \
--with-math \
--with-user=netdata \