[SCM] debian-live branch, master, updated. 1.0_a47-1-54-gbcd8472

Chris Lamb chris at chris-lamb.co.uk
Fri Jun 20 00:45:18 UTC 2008


The following commit has been merged in the master branch:
commit 8fed454c060a4268b6371d3e42f42f130be4e49b
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Jun 20 01:33:15 2008 +0100

    Emit a warning when running lh_build without a config/ directory.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_build b/helpers/lh_build
index 180f8b9..7a83558 100755
--- a/helpers/lh_build
+++ b/helpers/lh_build
@@ -24,6 +24,11 @@ USAGE="${PROGRAM} [--force]"
 
 Arguments "${@}"
 
+if [ ! -d config ]
+then
+	Echo_warning "No config/ directory; using defaults for all options"
+fi
+
 # Bootstrapping system
 lh_bootstrap ${*}
 

-- 
debian-live



More information about the debian-live-changes mailing list