From 8f65a4f14e5b0b4d18a26d09eb9ee08f9da90051 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Wed, 9 Sep 2020 16:01:13 -0400 Subject: Fixed another typo in the libJudy bundling code. (#9904) * Fixed libJudy bundling code. There was a typo in the installer which was causing the configure script to not find the library. * Persist libJudy CFLAGS into build environment. --- netdata-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netdata-installer.sh') diff --git a/netdata-installer.sh b/netdata-installer.sh index 72e84198f8..5458179639 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -700,7 +700,7 @@ build_judy() { } copy_judy() { - target_dir="${PWD}/externaldeps/libjudy" + target_dir="${PWD}/externaldeps/libJudy" run mkdir -p "${target_dir}" || return 1 -- cgit v1.2.3