* util/grub-mkrescue.in: Fix wrong architecture for ppc dir.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-13 02:02:19 +02:00
parent 67ab83538f
commit 07aec23c00
2 changed files with 5 additions and 1 deletions

View File

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

View File

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