* 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
|
@ -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…
Add table
Add a link
Reference in a new issue