From: Vladimir 'phcoder' Serbinenko Date: Mon, 3 May 2010 20:53:51 +0000 (+0200) Subject: Add missing token X-Git-Tag: 1.99~629^2~63^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a57c242287d9e8d7cd97020a0b41cc196b5ed931;p=thirdparty%2Fgrub.git Add missing token --- diff --git a/util/grub-install.in b/util/grub-install.in index 8a93ace8c..0db216fd5 100644 --- a/util/grub-install.in +++ b/util/grub-install.in @@ -342,7 +342,7 @@ else prefix_drive=`$grub_probe --target=drive --device ${grub_device}` || exit 1 fi -case "${target_cpu}-${platform}" +case "${target_cpu}-${platform}" in i386-pc) mkimage_target=i386-pc ;; sparc64-ieee1275) mkimage_target=sparc64-ieee1275-raw ;; mips-yeeloong) mkimage_target=mipsel-yeeloong-elf ;;