scripts/functions
changeset 1190 15908c920549
parent 1185 6ab978322ed7
child 1208 ad9f144b5c65
     1.1 --- a/scripts/functions	Sun Feb 01 17:04:00 2009 +0000
     1.2 +++ b/scripts/functions	Sun Feb 01 22:41:16 2009 +0000
     1.3 @@ -905,9 +905,14 @@
     1.4  
     1.5      if [ "${CT_BARE_METAL}" != "y" ]; then
     1.6          CT_DoLog EXTRA "Installing the populate helper"
     1.7 -        sed -r -e 's|@@CT_TARGET@@|'"${CT_TARGET}"'|g;'     \
     1.8 -               -e 's|@@CT_bash@@|'"${bash}"'|g;'            \
     1.9 -               "${CT_LIB_DIR}/scripts/populate.in"          \
    1.10 +        sed -r -e 's|@@CT_TARGET@@|'"${CT_TARGET}"'|g;' \
    1.11 +               -e 's|@@CT_install@@|'"${install}"'|g;'  \
    1.12 +               -e 's|@@CT_bash@@|'"${bash}"'|g;'        \
    1.13 +               -e 's|@@CT_grep@@|'"${grep}"'|g;'        \
    1.14 +               -e 's|@@CT_make@@|'"${make}"'|g;'        \
    1.15 +               -e 's|@@CT_awk@@|'"${awk}"'|g;'          \
    1.16 +               -e 's|@@CT_sed@@|'"${sed}"'|g;'          \
    1.17 +               "${CT_LIB_DIR}/scripts/populate.in"      \
    1.18                 >"${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate"
    1.19          CT_DoExecLog ALL chmod 755 "${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate"
    1.20      fi