From 5856bb8c5e8db06bce1e8bf5c31f1fc554e8c086 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 8 May 2007 12:57:52 +0000 Subject: [PATCH] Inform that a component is already extracted. --- scripts/functions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/functions b/scripts/functions index 70b9387a..555073d1 100644 --- a/scripts/functions +++ b/scripts/functions @@ -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