summaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/300-automake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/companion_tools/300-automake.sh')
-rw-r--r--scripts/build/companion_tools/300-automake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_tools/300-automake.sh b/scripts/build/companion_tools/300-automake.sh
index e66f6ec..432db39 100644
--- a/scripts/build/companion_tools/300-automake.sh
+++ b/scripts/build/companion_tools/300-automake.sh
@@ -19,7 +19,7 @@ do_companion_tools_automake_build() {
CT_DoExecLog CFG \
"${CT_SRC_DIR}/automake-${CT_AUTOMAKE_VERSION}/configure" \
- --prefix="${CT_TOOLS_OVERIDE_DIR}"
+ --prefix="${CT_BUILDTOOLS_PREFIX_DIR}"
CT_DoExecLog ALL make
CT_DoExecLog ALL make install
CT_Popd