From a140410cfa39c639d6140833857ef88c86d585b6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 11 Jul 2007 21:01:37 +0000 Subject: Fix a type in the debug and tools templates. --- scripts/build/tools/template.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/tools') diff --git a/scripts/build/tools/template.sh b/scripts/build/tools/template.sh index be243d2c..7440c1a6 100644 --- a/scripts/build/tools/template.sh +++ b/scripts/build/tools/template.sh @@ -35,8 +35,8 @@ do_tools_foobar_extract() { # Put your build code here do_tools_foobar_build() { # For example: - # mkdir -p "${CT_BUIL_DIR}/build-foobar" - # CT_Pushd "${CT_BUIL_DIR}/build-foobar" + # mkdir -p "${CT_BUILD_DIR}/build-foobar" + # CT_Pushd "${CT_BUILD_DIR}/build-foobar" # "${CT_SRC_DIR}/foobar-${CT_FOOBAR_VERSION}/configure" \ # --build=${CT_BUILD} \ # --host=${CT_TARGET} \ -- cgit v1.2.3