diff options
author | Daniel Baumann <daniel@debian.org> | 2008-09-17 11:07:44 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | f423bca5d8be3290c76ba8ce2293c305349ba29d (patch) | |
tree | be6687aee53e810a1f8d57777aa268aae2e6b8ac /helpers | |
parent | 57029d7a666b082d018f635c922b48ee7615a0f3 (diff) | |
download | vyos-live-build-f423bca5d8be3290c76ba8ce2293c305349ba29d.tar.gz vyos-live-build-f423bca5d8be3290c76ba8ce2293c305349ba29d.zip |
Adding scripts directory to to include custom helper scripts.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 85cd56388..0e6f6cb1c 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -1136,6 +1136,8 @@ LH_SOURCE="${LH_SOURCE}" LH_SOURCE_IMAGES="${LH_SOURCE_IMAGES}" EOF +mkdir -p scripts + if [ "${CONFIG}" = "clone" ] # FIXME then # Read package selection |