]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
grub-shell: Add missing --locale-directory.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 28 Feb 2015 14:14:16 +0000 (15:14 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 28 Feb 2015 14:14:16 +0000 (15:14 +0100)
Fixes the language tests is no make install was done.

tests/util/grub-shell.in

index 5b66139a9bdccd0f1429b7880cd87378aa54f4bf..6d2b1327e97a0553306a30d4bca703bac6dedb6c 100644 (file)
@@ -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}" \