diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-01 22:10:34 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-01 22:10:34 +0100 |
commit | 01a5cdc67346721fd844ea055e066e99a5b6405b (patch) | |
tree | 66d0ae122d642582d0e058cdf51cb7ca25b3bcb6 /auto | |
parent | e4828b529d4d6e4911e16aa9e2851da6f4e2f299 (diff) | |
download | kanotix-01a5cdc67346721fd844ea055e066e99a5b6405b.zip kanotix-01a5cdc67346721fd844ea055e066e99a5b6405b.tar.gz |
fixed typo
Diffstat (limited to 'auto')
-rw-r--r-- | auto/functions/livebuild-hacks | 2 |
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=$? |