diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-09-16 16:22:44 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-09-16 17:21:20 +0200 |
| commit | df8bb8ecf7de5d82d49818dd6e9ab5d79d4e7a79 (patch) | |
| tree | fc9d5169f1bf602d2d5da3feee13010957389e12 /scripts/build/lb_binary | |
| parent | 5acc7b4807b8fb2941f1eae7b48563167267c942 (diff) | |
| download | vyos-live-build-df8bb8ecf7de5d82d49818dd6e9ab5d79d4e7a79.tar.gz vyos-live-build-df8bb8ecf7de5d82d49818dd6e9ab5d79d4e7a79.zip | |
Also populating config tree automatically when calling other top-level commands apart from lb_build.
Diffstat (limited to 'scripts/build/lb_binary')
| -rwxr-xr-x | scripts/build/lb_binary | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary index d9cd28c38..8598e3ed6 100755 --- a/scripts/build/lb_binary +++ b/scripts/build/lb_binary @@ -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 'build binary images')" HELP="" |
