diff options
author | Daniel Baumann <daniel@debian.org> | 2009-10-21 13:35:01 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:47 +0100 |
commit | e74e645dd09b34eff568bccb4d0d1d6c9516c1f0 (patch) | |
tree | 1f976cd0e79db8c2a23b442bc0c9934aa507173b /helpers/lh_config | |
parent | a87d976add27e00de34b6f1ed19021ed012b3620 (diff) | |
download | vyos-live-build-e74e645dd09b34eff568bccb4d0d1d6c9516c1f0.tar.gz vyos-live-build-e74e645dd09b34eff568bccb4d0d1d6c9516c1f0.zip |
Also actually creating the functions directory in lh_config.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 9cbabf60a..7dd2e6507 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -1241,7 +1241,7 @@ LH_SOURCE="${LH_SOURCE}" LH_SOURCE_IMAGES="${LH_SOURCE_IMAGES}" EOF -mkdir -p scripts +mkdir -p scripts/functions if [ "${CONFIG}" = "clone" ] # FIXME then |