* util/grub-mkrescue.in: Fix wrong architecture for ppc dir.
This commit is contained in:
parent
67ab83538f
commit
07aec23c00
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-04-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkrescue.in: Fix wrong architecture for ppc dir.
|
||||
|
||||
2013-04-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Better support Apple Intel Macs on CD.
|
||||
|
|
|
@ -286,7 +286,7 @@ if [ "${override_dir}" = "" ] ; then
|
|||
process_input_dir "${loongson_dir}" mipsel-loongson
|
||||
fi
|
||||
if test -e "${ppc_dir}" ; then
|
||||
process_input_dir "${ppc_dir}" mipsel-loongson
|
||||
process_input_dir "${ppc_dir}" powerpc-ieee1275
|
||||
fi
|
||||
else
|
||||
. "${override_dir}"/modinfo.sh
|
||||
|
|
Loading…
Reference in a new issue