* util/grub-install.in: Add missing "in" keyword.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-18 13:45:25 +02:00
parent 26966aeba7
commit 654e1d1e0e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.in: Add missing "in" keyword.
2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkrescue.in: Remove -O i386-pc duplication.

View file

@ -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 ;;