Fix a type in the debug and tools templates.

This commit is contained in:
Yann E. MORIN" 2007-07-11 21:01:37 +00:00
parent 88c16b385e
commit a140410cfa
2 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ do_debug_foobar_extract() {
# Put your build code here
do_debug_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} \

View File

@ -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} \