Inform that a component is already extracted.

This commit is contained in:
Yann E. MORIN" 2007-05-08 12:57:52 +00:00
parent b332ed5ab6
commit 5856bb8c5e

View File

@ -356,7 +356,10 @@ CT_ExtractAndPatch() {
esac
# If the directory exists, then consider extraction and patching done
[ -d "${file}" ] && return 0
if [ -d "${file}" ]; then
CT_DoLog EXTRA "Already extracted \"${file}\""
return 0
fi
CT_DoLog EXTRA "Extracting \"${file}\""
case "${ext}" in