From 5856bb8c5e8db06bce1e8bf5c31f1fc554e8c086 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 8 May 2007 12:57:52 +0000 Subject: Inform that a component is already extracted. diff --git a/scripts/functions b/scripts/functions index 70b9387..555073d 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 -- cgit v0.10.2-6-g49f6