summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-09-09 16:01:13 -0400
committerGitHub <noreply@github.com>2020-09-09 16:01:13 -0400
commit8f65a4f14e5b0b4d18a26d09eb9ee08f9da90051 (patch)
tree2122ab6302e849ab6628062876a57b859cd21d0f /netdata-installer.sh
parent10728c2e6e6d96c077716e5cf222d6fc408319cd (diff)
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.
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
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