summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 15:14:29 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:19 +0100
commit4b84f354bf0c2bce283bf3162356338a9efa4d99 (patch)
tree70551ec81b9575b995139832a7e75db0704c0eb0 /functions
parente70ad72254ea809cd7eedbc9bd839c33d6a6ac3f (diff)
downloadlive-build-4b84f354bf0c2bce283bf3162356338a9efa4d99.zip
live-build-4b84f354bf0c2bce283bf3162356338a9efa4d99.tar.gz
Updating internal calls to use live-build instead of live-helper.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index d73aee9..340e42a 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -498,7 +498,7 @@ Set_defaults ()
case "${LH_ARCHITECTURE}" in
arm|armel)
Echo_error "There is no default kernel flavour defined for your architecture."
- Echo_error "Please configure it manually with 'lh config -k FLAVOUR'."
+ Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
exit 1
;;