[SCM] live-helper branch, debian-next, updated. debian/2.0_a7-1-5-g8d2c1a9

Daniel Baumann daniel at debian.org
Wed Feb 17 15:15:47 UTC 2010


The following commit has been merged in the debian-next branch:
commit 8d2c1a931377da85eb7d8cba84069737bc496da0
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