From 692dabca8c17ed4b56a82638bb27b02c05b47551 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Fri, 27 Jan 2012 13:12:00 +0100 Subject: [PATCH] * util/grub-install.in: Add missing \. Reported by: gentoofan --- ChangeLog | 5 +++++ util/grub-install.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 500105c62..20b662316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-27 Vladimir Serbinenko + + * util/grub-install.in: Add missing \. + Reported by: gentoofan + 2012-01-26 Vladimir Serbinenko * grub-core/fs/squash4.c (xz_decompress): Fix return value. diff --git a/util/grub-install.in b/util/grub-install.in index c70914654..7e4bf1512 100644 --- a/util/grub-install.in +++ b/util/grub-install.in @@ -276,7 +276,7 @@ fi if ! ([ "${target_cpu}-${platform}" = "i386-pc" ] \ || [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ] \ - || [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ] + || [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ] \ || [ "${target_cpu}-${platform}" = "mips-arc" ]); then install_device= fi