Inform that a component is already extracted.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 08 12:57:52 2007 +0000 (2007-05-08)
changeset 77ccb2d742e917
parent 76 5f84983926e9
child 78 c3868084d81a
Inform that a component is already extracted.
scripts/functions
     1.1 --- a/scripts/functions	Tue May 08 12:54:06 2007 +0000
     1.2 +++ b/scripts/functions	Tue May 08 12:57:52 2007 +0000
     1.3 @@ -356,7 +356,10 @@
     1.4      esac
     1.5  
     1.6      # If the directory exists, then consider extraction and patching done
     1.7 -    [ -d "${file}" ] && return 0
     1.8 +    if [ -d "${file}" ]; then
     1.9 +        CT_DoLog EXTRA "Already extracted \"${file}\""
    1.10 +        return 0
    1.11 +    fi
    1.12  
    1.13      CT_DoLog EXTRA "Extracting \"${file}\""
    1.14      case "${ext}" in