scripts/functions
changeset 2307 2efd46963086
parent 2280 3d480d12124e
child 2308 911b3a703497
     1.1 --- a/scripts/functions	Tue Jan 25 21:59:03 2011 +0100
     1.2 +++ b/scripts/functions	Thu Dec 23 20:43:32 2010 +0100
     1.3 @@ -1023,6 +1023,7 @@
     1.4      if [ "${CT_COMPLIBS_BACKUP}" = "y" ]; then
     1.5          CT_DoTarballIfExists "${CT_COMPLIBS_DIR}" "${state_dir}/complibs_dir"
     1.6      fi
     1.7 +    CT_DoTarballIfExists "${CT_BUILDTOOLS_DIR}" "${state_dir}/buildtools_dir"
     1.8      CT_DoTarballIfExists "${CT_CONFIG_DIR}" "${state_dir}/config_dir"
     1.9      CT_DoTarballIfExists "${CT_CC_CORE_STATIC_PREFIX_DIR}" "${state_dir}/cc_core_static_prefix_dir"
    1.10      CT_DoTarballIfExists "${CT_CC_CORE_SHARED_PREFIX_DIR}" "${state_dir}/cc_core_shared_prefix_dir"
    1.11 @@ -1061,6 +1062,7 @@
    1.12      CT_DoExtractTarballIfExists "${state_dir}/cc_core_shared_prefix_dir" "${CT_CC_CORE_SHARED_PREFIX_DIR}"
    1.13      CT_DoExtractTarballIfExists "${state_dir}/cc_core_static_prefix_dir" "${CT_CC_CORE_STATIC_PREFIX_DIR}"
    1.14      CT_DoExtractTarballIfExists "${state_dir}/config_dir" "${CT_CONFIG_DIR}"
    1.15 +    CT_DoExtractTarballIfExists "${state_dir}/buildtools_dir" "${CT_BUILDTOOLS_DIR}"
    1.16      if [ "${CT_COMPLIBS_BACKUP}" = "y" ]; then
    1.17          CT_DoExtractTarballIfExists "${state_dir}/complibs_dir" "${CT_COMPLIBS_DIR}"
    1.18      fi