grub-shell: Add missing --locale-directory.
Fixes the language tests is no make install was done.
This commit is contained in:
parent
050505ab8f
commit
ddde9ca71a
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ fi
|
|||
if [ x$boot != xnet ] && [ x$boot != xemu ]; then
|
||||
pkgdatadir="@builddir@" "@builddir@/grub-mkrescue" "--output=${isofile}" "--override-directory=${builddir}/grub-core" \
|
||||
--rom-directory="${rom_directory}" \
|
||||
--locale-directory="@srcdir@/po" \
|
||||
--themes-directory="@srcdir@/themes" \
|
||||
$mkimage_extra_arg ${mkrescue_args} \
|
||||
"/boot/grub/grub.cfg=${cfgfile}" "/boot/grub/testcase.cfg=${source}" \
|
||||
|
|
Loading…
Reference in a new issue