[SCM] live-helper branch, debian, updated. debian/2.0_a7-1-15-g1b862bc

Daniel Baumann daniel at debian.org
Sun Feb 21 09:51:36 UTC 2010


The following commit has been merged in the debian branch:
commit 6b75ba61598decdeb2d75e5b943017924246772e
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Feb 17 16:11:50 2010 +0100

    Automatically populating config tree when having auto/config present and lh build is called without having lh config run before.

diff --git a/helpers/build b/helpers/build
index 835ad8e..52400fa 100755
--- a/helpers/build
+++ b/helpers/build
@@ -12,6 +12,13 @@ set -e
 # Including common functions
 . "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
 
+# Automatically populating config tree
+if [ -x auto/config ] && [ ! -e .stage/config ]
+then
+	Echo_message "Automatically populating config tree."
+	lh config
+fi
+
 # Read meta config
 if [ "${1}" != "noautoconfig" ] && [ -x auto/build ]
 then

-- 
live-helper



More information about the debian-live-changes mailing list