* util/grub-install.in: Add missing \.
Reported by: gentoofan
This commit is contained in:
parent
f6e4ea709f
commit
692dabca8c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-01-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-install.in: Add missing \.
|
||||
Reported by: gentoofan
|
||||
|
||||
2012-01-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/squash4.c (xz_decompress): Fix return value.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue