]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Correct the x86-64 name as x86_64.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 23 Mar 2011 10:52:04 +0000 (11:52 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 23 Mar 2011 10:52:04 +0000 (11:52 +0100)
ChangeLog
util/grub-install.in

index 08b937dcb7e8a52a72dc39b8bc597daad36d37de..6218e9f12520aa203f4e58bdb94370e984fa9761 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-23  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-install.in: Correct the x86-64 name as x86_64.
+
 2011-03-11  Colin Watson  <cjwatson@ubuntu.com>
 
        * grub-core/boot/i386/pc/lnxboot.S (real_code_2): Ensure that the
index af3034e0381457137f72f2b72c62b969825c4254..b4a4b3f26a40aeafcd4039f4e324e1359c58d72b 100644 (file)
@@ -367,7 +367,7 @@ if [ x"$platform" = xefi ]; then
            case "$target_cpu" in
                i386)
                    efi_file=BOOTIA32.EFI ;;
-               x86-64)
+               x86_64)
                    efi_file=BOOTX64.EFI ;;
            # GRUB does not yet support these architectures, but they're defined
            # by the specification so we include them here to ease future
@@ -381,7 +381,7 @@ if [ x"$platform" = xefi ]; then
            case "$target_cpu" in
                i386)
                    efi_file=grubia32.efi ;;
-               x86-64)
+               x86_64)
                    efi_file=grubx64.efi ;;
         # GRUB does not yet support these architectures, but they're defined
         # by the specification so we include them here to ease future