summaryrefslogtreecommitdiff
path: root/auto/functions
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-03-01 22:10:34 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-03-01 22:10:34 +0100
commit01a5cdc67346721fd844ea055e066e99a5b6405b (patch)
tree66d0ae122d642582d0e058cdf51cb7ca25b3bcb6 /auto/functions
parente4828b529d4d6e4911e16aa9e2851da6f4e2f299 (diff)
downloadkanotix-01a5cdc67346721fd844ea055e066e99a5b6405b.zip
kanotix-01a5cdc67346721fd844ea055e066e99a5b6405b.tar.gz
fixed typo
Diffstat (limited to 'auto/functions')
-rw-r--r--auto/functions/livebuild-hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/functions/livebuild-hacks b/auto/functions/livebuild-hacks
index f9da5ce..6dd0cdc 100644
--- a/auto/functions/livebuild-hacks
+++ b/auto/functions/livebuild-hacks
@@ -86,7 +86,7 @@ if [ "$(basename "$0")" = "lb_binary_grub2" ]; then
}
Check_multiarchitecture ()
{
- . "${LB_BASE}"/functions/architectures.sh
+ . "${LB_BASE}"/functions/architecture.sh
Check_multiarchitecture "$@"
Overload_Grub_live_entry
RC=$?