Calling lb config in lb build to support building a all-default-image with a simple lb build (Closes: #778327).

This commit is contained in:
Daniel Baumann 2015-04-28 07:47:39 +02:00
parent 4520daa5b9
commit d0219db4cf
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Arguments "${@}"
if [ ! -d config ]
then
Echo_warning "No config/ directory; using defaults for all options"
lb config
fi
if [ "$(pwd)" = "/" ]