From e02b31b73b8a01c28ffe6479a175b58a4dc389ff Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 16 Sep 2010 16:22:44 +0200 Subject: Also populating config tree automatically when calling other top-level commands apart from lb_build. --- scripts/build/lb_bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts/build/lb_bootstrap') diff --git a/scripts/build/lb_bootstrap b/scripts/build/lb_bootstrap index 0bd258534..323960023 100755 --- a/scripts/build/lb_bootstrap +++ b/scripts/build/lb_bootstrap @@ -13,6 +13,13 @@ set -e # Including common functions . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh +# Automatically populating config tree +if [ -x auto/config ] && [ ! -e .stage/config ] +then + Echo_message "Automatically populating config tree." + lb config +fi + # Setting static variables DESCRIPTION="$(Echo 'bootstrap a Debian system')" HELP="" -- cgit v1.2.3