summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-01-11 23:58:54 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:03 +0100
commit4a3d0ebf17d290053016e316e1c1cee91197fa56 (patch)
treefec192a34f8920d5f25f7503b27123ca7b376cc6 /helpers/lh_config
parentcf424ab6e6c8f4aad6a127b6c9880bfd0612af94 (diff)
downloadvyos-live-build-4a3d0ebf17d290053016e316e1c1cee91197fa56.tar.gz
vyos-live-build-4a3d0ebf17d290053016e316e1c1cee91197fa56.zip
Renaming directory that holds automatic scripts (e.g. scripts/config or scripst/clean) to auto for consistency reasons.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config14
1 files changed, 7 insertions, 7 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index da417a3d1..3edd816bc 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -10,9 +10,9 @@
set -e
# Read meta config
-if [ "${1}" != "noautoconfig" ] && [ -x scripts/config ]
+if [ "${1}" != "noautoconfig" ] && [ -x auto/config ]
then
- ./scripts/config ${@}
+ ./auto/config ${@}
fi
if [ "${1}" = "noautoconfig" ]
@@ -210,14 +210,14 @@ Local_arguments ()
rmdir --ignore-fail-on-non-empty config
fi
- if [ -d scripts/functions ]
+ if [ -d auto/functions ]
then
- rmdir --ignore-fail-on-non-empty scripts/functions
+ rmdir --ignore-fail-on-non-empty auto/functions
fi
- if [ -d scripts ]
+ if [ -d auto ]
then
- rmdir --ignore-fail-on-non-empty scripts
+ rmdir --ignore-fail-on-non-empty auto
fi
exit 0
@@ -1246,7 +1246,7 @@ LH_SOURCE="${LH_SOURCE}"
LH_SOURCE_IMAGES="${LH_SOURCE_IMAGES}"
EOF
-mkdir -p scripts/functions
+mkdir -p auto/functions
if [ "${CONFIG}" = "clone" ] # FIXME
then